Searched refs:deltas (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/media/v4l2-core/ |
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-6.1.9/drivers/media/test-drivers/vicodec/ |
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-6.1.9/include/media/ |
D | v4l2-vp9.h | 164 const struct v4l2_ctrl_vp9_compressed_hdr *deltas,
|
/linux-6.1.9/kernel/sched/ |
D | psi.c | 309 u64 deltas[NR_PSI_STATES - 1] = { 0, }; in collect_percpu_times() local 336 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times() 354 div_u64(deltas[s], max(nonidle_total, 1UL)); in collect_percpu_times()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | topdown.txt | 192 specific sections. For this it is needed to deltas on metrics. 197 Then it's possible to take deltas of these slots counts
|
D | perf-stat.txt | 274 Print count deltas every N milliseconds (minimum: 1ms) 281 Print count deltas for fixed number of times. 289 Stop the 'perf stat' session and print count deltas after N milliseconds (minimum: 10 ms).
|
/linux-6.1.9/kernel/trace/ |
D | Kconfig | 1021 bool "Verify ring buffer time stamp deltas" 1025 buffer to make sure that all the time deltas for the 1030 that all the deltas on the previous sub buffer do not
|
/linux-6.1.9/Documentation/input/devices/ |
D | atarikbd.rst | 302 cursor keycode after mouse travel exceeding the user specified deltas in
|
/linux-6.1.9/Documentation/networking/ |
D | timestamping.rst | 591 software time stamping and therefore could lead to unexpected deltas
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 2050 specify which mode and reference frame deltas are to be updated.
|
/linux-6.1.9/lib/ |
D | Kconfig.debug | 234 # Clang is known to generate .{s,u}leb128 with symbol deltas with DWARF5, which
|