Searched refs:deltas (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/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.12.1/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.12.1/include/media/ |
D | v4l2-vp9.h | 164 const struct v4l2_ctrl_vp9_compressed_hdr *deltas,
|
/linux-6.12.1/kernel/sched/ |
D | psi.c | 344 u64 deltas[NR_PSI_STATES - 1] = { 0, }; in collect_percpu_times() local 371 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times() 389 div_u64(deltas[s], max(nonidle_total, 1UL)); in collect_percpu_times()
|
/linux-6.12.1/tools/perf/Documentation/ |
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
|
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.12.1/kernel/trace/ |
D | Kconfig | 1089 bool "Verify ring buffer time stamp deltas" 1093 buffer to make sure that all the time deltas for the 1098 that all the deltas on the previous sub buffer do not
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | vdo-design.rst | 153 deltas follows an exponential distribution. Because of this distribution, 154 the deltas are expressed using a Huffman code to take up even less space. 158 request must read every entry in a delta list to add up the deltas in order
|
/linux-6.12.1/Documentation/input/devices/ |
D | atarikbd.rst | 302 cursor keycode after mouse travel exceeding the user specified deltas in
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 2050 specify which mode and reference frame deltas are to be updated. 3552 which mode and reference frame deltas are to be updated. If not set, 3560 deltas are sent for horizontal luma edges, vertical luma edges,
|
/linux-6.12.1/Documentation/networking/ |
D | timestamping.rst | 640 software time stamping and therefore could lead to unexpected deltas
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 550 quotacheck can use the incremental view deltas described in section 2.14 to 555 Link count checking combines the view deltas and commit step into one because
|