/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 24 const int coeff_sign = (coeff >> 31); in vpx_quantize_dc() local 54 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_dc() local 73 const int coeff_sign = (coeff >> 31); in vpx_quantize_dc_32x32() local 105 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_dc_32x32() local 150 const int coeff_sign = (coeff >> 31); in vpx_quantize_b_c() local 201 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_c() local 253 const int coeff_sign = (coeff >> 31); in vpx_quantize_b_32x32_c() local 314 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_32x32_c() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 61 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in vpx_quantize_b_neon() local 111 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in vpx_quantize_b_neon() local 221 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in vpx_quantize_b_32x32_neon() local 269 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in vpx_quantize_b_32x32_neon() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | adaptive_quantize_sse2.c | 50 const int coeff_sign = (coeff >> 31); in aom_quantize_b_adaptive_sse2() local 201 const int coeff_sign = (coeff >> 31); in aom_quantize_b_adaptive_sse2() local 250 const int coeff_sign = (coeff >> 31); in aom_quantize_b_32x32_adaptive_sse2() local 408 const int coeff_sign = (coeff >> 31); in aom_quantize_b_32x32_adaptive_sse2() local
|
D | highbd_quantize_intrin_sse2.c | 64 int coeff_sign[4]; in aom_highbd_quantize_b_sse2() local 137 const int coeff_sign = (coeff >> 31); in aom_highbd_quantize_b_32x32_sse2() local 195 const int coeff_sign = (coeff >> 31); in aom_highbd_quantize_b_64x64_sse2() local
|
D | quantize_x86.h | 75 __m128i coeff_sign = _mm_srai_epi16(qcoeff, 15); in calculate_dqcoeff_and_store_log_scale() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 43 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_c() local 79 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_c() local 110 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_32x32_c() local 146 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_32x32_c() local
|
D | vp9_dct.c | 645 const int coeff_sign = (coeff >> 31); in vp9_fdct8x8_quant_c() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 68 int coeff_sign[4]; in vpx_highbd_quantize_b_sse2() local 144 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_32x32_sse2() local
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 60 const int coeff_sign = (coeff >> 31); in quantize_fp_helper_c() local 87 const int coeff_sign = (coeff >> 31); in quantize_fp_helper_c() local 134 const int coeff_sign = (coeff >> 31); in highbd_quantize_fp_helper_c() local 161 const int coeff_sign = (coeff >> 31); in highbd_quantize_fp_helper_c() local 339 const int coeff_sign = (coeff >> 31); in quantize_dc() local 510 const int coeff_sign = (coeff >> 31); in highbd_quantize_dc() local
|
D | encodetxb.c | 1506 const int coeff_sign = (coeff >> 31); local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 144 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in vp9_quantize_fp_32x32_neon() local 198 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in vp9_quantize_fp_32x32_neon() local
|
/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 57 const int coeff_sign = (coeff >> 31); in quantize_b_adaptive_helper_c() local 142 const int coeff_sign = (coeff >> 31); in quantize_b_helper_c() local 214 const int coeff_sign = (coeff >> 31); in highbd_quantize_b_adaptive_helper_c() local 294 const int coeff_sign = (coeff >> 31); in highbd_quantize_b_helper_c() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_highbd_quantize_sse4.c | 121 __m128i coeff[2], qcoeff[3], dequant[2], qparam[4], coeff_sign; in av1_highbd_quantize_fp_sse4_1() local
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 182 int coeff_sign[16]; in quant_fp_nz() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | scalar_analysis.cpp | 856 Signedness coeff_sign = Visit(node->GetCoefficient()); in Visit() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_analysis.cpp | 856 Signedness coeff_sign = Visit(node->GetCoefficient()); in Visit() local
|