Searched defs:clip_pixel (Results 1 – 11 of 11) sorted by relevance
48 static INLINE uint8_t clip_pixel(int val) { in clip_pixel() function
31 const __m128i clip_pixel = in av1_highbd_convolve_y_sr_ssse3() local318 const __m128i clip_pixel = in av1_highbd_convolve_x_sr_ssse3() local
60 const __m256i clip_pixel = in av1_highbd_convolve_y_sr_avx2() local214 const __m256i clip_pixel = in av1_highbd_convolve_x_sr_avx2() local497 const __m256i clip_pixel = in aom_highbd_filter_block1d4_h4_avx2() local568 const __m256i clip_pixel = in aom_highbd_filter_block1d8_h4_avx2() local999 const __m256i clip_pixel = in aom_highbd_filter_block1d4_v4_avx2() local1059 const __m256i clip_pixel = in aom_highbd_filter_block1d8_v4_avx2() local
66 static INLINE uint8_t clip_pixel(int val) { in clip_pixel() function
70 const __m256i clip_pixel = in av1_highbd_convolve_2d_sr_avx2() local
53 const __m128i clip_pixel = in av1_highbd_convolve_2d_sr_ssse3() local
40 const __m256i clip_pixel = in av1_highbd_warp_affine_avx2() local
317 const __m128i clip_pixel = in av1_highbd_warp_affine_sse4_1() local
56 auto clip_pixel = [max_pixel](int val) { in InitInput() local
67 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