Searched refs:num_pel_log2 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | cfl_sse2.c | 25 int num_pel_log2) { in subtract_average_sse2() argument 63 _mm_srli_epi32(_mm_add_epi32(sum, round_offset_epi32), num_pel_log2); in subtract_average_sse2()
|
D | cfl_avx2.c | 401 int num_pel_log2) { in subtract_average_avx2() argument 437 _mm256_add_epi32(fill, _mm256_set1_epi32(round_offset)), num_pel_log2); in subtract_average_avx2()
|
/external/libaom/libaom/av1/common/ppc/ |
D | cfl_ppc.c | 37 int num_pel_log2) { in subtract_average_vsx() argument 42 const uint32x4_t div_shift = vec_splats((uint32_t)num_pel_log2); in subtract_average_vsx()
|
/external/libaom/libaom/av1/common/ |
D | cfl.h | 159 #define CFL_SUB_AVG_X(arch, width, height, round_offset, num_pel_log2) \ argument 163 num_pel_log2); \
|
D | cfl.c | 118 int height, int round_offset, int num_pel_log2) { in subtract_average_c() argument 127 const int avg = sum >> num_pel_log2; in subtract_average_c()
|
/external/libaom/libaom/av1/common/arm/ |
D | cfl_neon.c | 256 const int num_pel_log2) { in CFL_GET_SUBSAMPLE_FUNCTION() 328 switch (num_pel_log2) { in CFL_GET_SUBSAMPLE_FUNCTION()
|