Searched refs:deltas (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-vp9.c | 1185 const struct v4l2_ctrl_vp9_compressed_hdr *deltas) in update_tx_probs() argument 1193 const u8 *d8x8 = deltas->tx8[i]; in update_tx_probs() 1194 const u8 *d16x16 = deltas->tx16[i]; in update_tx_probs() 1195 const u8 *d32x32 = deltas->tx32[i]; in update_tx_probs() 1208 static void update_coeff(const u8 deltas[6][6][3], u8 probs[6][6][3]) in update_coeff() 1215 const u8 *d = deltas[l][m]; in update_coeff() 1224 const struct v4l2_ctrl_vp9_compressed_hdr *deltas, in update_coef_probs() argument 1232 update_coeff(deltas->coef[i][j][k], probs->coef[i][j][k]); in update_coef_probs() 1234 if (deltas->tx_mode == i) in update_coef_probs() 1241 const struct v4l2_ctrl_vp9_compressed_hdr *deltas) in update_skip_probs() argument [all …]
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | codec-fwht.c | 661 static void add_deltas(s16 *deltas, const u8 *ref, int stride, in add_deltas() argument 668 *deltas += *ref; in add_deltas() 674 if (*deltas < 0) in add_deltas() 675 *deltas = 0; in add_deltas() 676 else if (*deltas > 255) in add_deltas() 677 *deltas = 255; in add_deltas() 678 deltas++; in add_deltas()
|
| /linux/include/media/ |
| H A D | v4l2-vp9.h | 164 const struct v4l2_ctrl_vp9_compressed_hdr *deltas,
|
| /linux/kernel/sched/ |
| H A D | psi.c | 366 u64 deltas[NR_PSI_STATES - 1] = { 0, }; in collect_percpu_times() local 393 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times() 411 div_u64(deltas[s], max(nonidle_total, 1UL)); in collect_percpu_times()
|
| /linux/tools/perf/Documentation/ |
| H A D | topdown.txt | 181 specific sections. For this it is needed to deltas on metrics. 186 Then it's possible to take deltas of these slots counts
|
| H A D | perf-stat.txt | 277 Print count deltas every N milliseconds (minimum: 1ms) 284 Print count deltas for fixed number of times. 292 Stop the 'perf stat' session and print count deltas after N milliseconds (minimum: 10 ms).
|
| /linux/kernel/trace/ |
| H A D | Kconfig | 1198 bool "Verify ring buffer time stamp deltas" 1202 buffer to make sure that all the time deltas for the 1207 that all the deltas on the previous sub buffer do not
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 302 cursor keycode after mouse travel exceeding the user specified deltas in
|