Home
last modified time | relevance | path

Searched defs:clip_pixel (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/vpx_dsp/
Dvpx_dsp_common.h48 static INLINE uint8_t clip_pixel(int val) { in clip_pixel() function
/external/libaom/aom_dsp/x86/
Dhighbd_convolve_ssse3.c31 const __m128i clip_pixel = in av1_highbd_convolve_y_sr_ssse3() local
318 const __m128i clip_pixel = in av1_highbd_convolve_x_sr_ssse3() local
Dhighbd_convolve_avx2.c60 const __m256i clip_pixel = in av1_highbd_convolve_y_sr_avx2() local
214 const __m256i clip_pixel = in av1_highbd_convolve_x_sr_avx2() local
497 const __m256i clip_pixel = in aom_highbd_filter_block1d4_h4_avx2() local
568 const __m256i clip_pixel = in aom_highbd_filter_block1d8_h4_avx2() local
999 const __m256i clip_pixel = in aom_highbd_filter_block1d4_v4_avx2() local
1059 const __m256i clip_pixel = in aom_highbd_filter_block1d8_v4_avx2() local
/external/libaom/aom_dsp/
Daom_dsp_common.h66 static INLINE uint8_t clip_pixel(int val) { in clip_pixel() function
/external/libaom/av1/common/x86/
Dhighbd_convolve_2d_avx2.c70 const __m256i clip_pixel = in av1_highbd_convolve_2d_sr_avx2() local
Dhighbd_convolve_2d_ssse3.c53 const __m128i clip_pixel = in av1_highbd_convolve_2d_sr_ssse3() local
Dhighbd_warp_affine_avx2.c40 const __m256i clip_pixel = in av1_highbd_warp_affine_avx2() local
Dhighbd_warp_plane_sse4.c317 const __m128i clip_pixel = in av1_highbd_warp_affine_sse4_1() local
/external/libgav1/src/dsp/
Dloop_filter_test.cc56 auto clip_pixel = [max_pixel](int val) { in InitInput() local
/external/libaom/test/
Dconvolve_test.cc67 uint8_t clip_pixel(int x) { return x < 0 ? 0 : x > 255 ? 255 : x; } in clip_pixel() function
/external/libvpx/test/
Dconvolve_test.cc95 uint8_t clip_pixel(int x) { return x < 0 ? 0 : x > 255 ? 255 : x; } in clip_pixel() function