Home
last modified time | relevance | path

Searched refs:AOMSIGN (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_quantize.c60 const int coeff_sign = AOMSIGN(coeff); in quantize_fp_helper_c()
87 const int coeff_sign = AOMSIGN(coeff); in quantize_fp_helper_c()
135 const int coeff_sign = AOMSIGN(coeff); in highbd_quantize_fp_helper_c()
162 const int coeff_sign = AOMSIGN(coeff); in highbd_quantize_fp_helper_c()
210 const int coeff_sign = AOMSIGN(coeff); in av1_quantize_lp_c()
361 const int coeff_sign = AOMSIGN(coeff); in quantize_dc()
506 const int coeff_sign = AOMSIGN(coeff); in highbd_quantize_dc()
Dencodetxb.c741 const int coeff_sign = AOMSIGN(coeff);
792 const int sign = AOMSIGN(v);
834 const int sign = AOMSIGN(v);
/external/libaom/libaom/aom_dsp/
Dquantize.c57 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_adaptive_helper_c()
143 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_helper_c()
212 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_adaptive_helper_c()
295 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_helper_c()
Daom_dsp_common.h30 #define AOMSIGN(x) ((x) < 0 ? -1 : 0) macro
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c137 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_32x32_sse2()
195 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_64x64_sse2()
Dadaptive_quantize_sse2.c203 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_adaptive_sse2()
412 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_32x32_adaptive_sse2()
620 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_64x64_adaptive_sse2()
Dhighbd_adaptive_quantize_sse2.c286 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_adaptive_sse2()
503 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_32x32_adaptive_sse2()
719 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_64x64_adaptive_sse2()
Dhighbd_adaptive_quantize_avx2.c258 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_adaptive_avx2()
444 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_32x32_adaptive_avx2()
Dadaptive_quantize_avx2.c230 const int coeff_sign = AOMSIGN(coeff0); in aom_quantize_b_adaptive_avx2()