Searched defs:clip_pixel (Results 1 – 9 of 9) sorted by relevance
43 const __m128i clip_pixel = in av1_highbd_convolve_y_sr_ssse3() local194 const __m128i clip_pixel = in av1_highbd_convolve_x_sr_ssse3() local
137 const __m256i clip_pixel = in av1_highbd_convolve_y_sr_avx2() local288 const __m256i clip_pixel = in av1_highbd_convolve_x_sr_avx2() local572 const __m256i clip_pixel = in aom_highbd_filter_block1d4_h4_avx2() local643 const __m256i clip_pixel = in aom_highbd_filter_block1d8_h4_avx2() local1074 const __m256i clip_pixel = in aom_highbd_filter_block1d4_v4_avx2() local1134 const __m256i clip_pixel = in aom_highbd_filter_block1d8_v4_avx2() local
48 static INLINE uint8_t clip_pixel(int val) { in clip_pixel() function
61 static INLINE uint8_t clip_pixel(int val) { in clip_pixel() function
53 const __m128i clip_pixel = in av1_highbd_convolve_2d_sr_ssse3() local
57 const __m256i clip_pixel = in av1_highbd_convolve_2d_sr_avx2() local
309 const __m128i clip_pixel = in av1_highbd_warp_affine_sse4_1() local
68 uint8_t clip_pixel(int x) { return x < 0 ? 0 : x > 255 ? 255 : x; } in clip_pixel() function
95 uint8_t clip_pixel(int x) { return x < 0 ? 0 : x > 255 ? 255 : x; } in clip_pixel() function