| /external/libvpx/vpx_dsp/ |
| D | quantize.c | 26 const int coeff_sign = (coeff >> 31); in vpx_quantize_dc() local 54 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_dc() local 74 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 200 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_c() local 252 const int coeff_sign = (coeff >> 31); in vpx_quantize_b_32x32_c() local 313 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_32x32_c() local
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_quantize.c | 43 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_c() local 77 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_c() local 107 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_32x32_c() local 142 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_32x32_c() local
|
| /external/libaom/aom_dsp/x86/ |
| D | highbd_quantize_intrin_sse2.c | 65 int coeff_sign[4]; in aom_highbd_quantize_b_sse2() local 139 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_32x32_sse2() local 197 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_64x64_sse2() local
|
| D | adaptive_quantize_avx2.c | 89 __m256i coeff_sign = _mm256_srai_epi16(coeff_vals, 15); in store_coefficients_avx2() local 230 const int coeff_sign = AOMSIGN(coeff0); in aom_quantize_b_adaptive_avx2() local
|
| D | highbd_adaptive_quantize_sse2.c | 88 __m128i coeff_sign = _mm_srai_epi32(qcoeff, 31); in highbd_calculate_dqcoeff() local 286 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_adaptive_sse2() local 503 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_32x32_adaptive_sse2() local 719 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_64x64_adaptive_sse2() local
|
| D | adaptive_quantize_sse2.c | 203 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_adaptive_sse2() local 412 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_32x32_adaptive_sse2() local 620 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_64x64_adaptive_sse2() local
|
| D | highbd_adaptive_quantize_avx2.c | 257 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_adaptive_avx2() local 443 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_32x32_adaptive_avx2() local
|
| D | quantize_x86.h | 75 __m128i coeff_sign = _mm_srai_epi16(qcoeff, 15); in calculate_dqcoeff_and_store_log_scale() local
|
| D | quantize_avx2.c | 60 __m256i coeff_sign = _mm256_srai_epi16(coeff_vals, 15); in store_coefficients_avx2() local
|
| D | avg_intrin_sse2.c | 595 const __m128i coeff_sign = _mm_srai_epi32(src_line, 31); in aom_satd_sse2() local
|
| /external/libvpx/vpx_dsp/x86/ |
| D | highbd_quantize_intrin_sse2.c | 67 int coeff_sign[4]; in vpx_highbd_quantize_b_sse2() local 141 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_32x32_sse2() local
|
| D | quantize_avx2.c | 72 __m256i coeff_sign = _mm256_srai_epi16(coeff_vals, 15); in store_coefficients_avx2() local
|
| /external/libaom/av1/encoder/ |
| D | av1_quantize.c | 53 const int coeff_sign = AOMSIGN(coeff); in av1_quantize_fp_no_qmatrix() local 105 const int coeff_sign = AOMSIGN(coeff); in quantize_fp_helper_c() local 153 const int coeff_sign = AOMSIGN(coeff); in highbd_quantize_fp_helper_c() local 180 const int coeff_sign = AOMSIGN(coeff); in highbd_quantize_fp_helper_c() local 229 const int coeff_sign = AOMSIGN(coeff); in av1_quantize_lp_c() local 383 const int coeff_sign = AOMSIGN(coeff); in quantize_dc() local 531 const int coeff_sign = AOMSIGN(coeff); in highbd_quantize_dc() local
|
| D | txb_rdopt_utils.h | 222 const int coeff_sign = AOMSIGN(coeff); in update_coeff_eob_fast() local
|
| /external/libvpx/vpx_dsp/arm/ |
| D | quantize_neon.c | 43 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in quantize_b_neon() local 182 const int16x8_t coeff_sign = vshrq_n_s16(coeff, 15); in quantize_b_32x32_neon() local
|
| /external/libaom/aom_dsp/ |
| D | quantize.c | 58 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_adaptive_helper_c() local 145 const int coeff_sign = AOMSIGN(coeff); in aom_quantize_b_helper_c() local 215 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_adaptive_helper_c() local 299 const int coeff_sign = AOMSIGN(coeff); in aom_highbd_quantize_b_helper_c() local
|
| /external/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
|
| D | av1_quantize_avx2.c | 72 __m256i coeff_sign = _mm256_srai_epi16(coeff_vals, 15); in store_coefficients_avx2() local
|
| /external/libvpx/test/ |
| D | vp9_quantize_test.cc | 334 int coeff_sign[16]; in quant_fp_nz() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | scalar_analysis.cpp | 855 Signedness coeff_sign = Visit(node->GetCoefficient()); in Visit() local
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | scalar_analysis.cpp | 855 Signedness coeff_sign = Visit(node->GetCoefficient()); in Visit() local
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | scalar_analysis.cpp | 855 Signedness coeff_sign = Visit(node->GetCoefficient()); in Visit() local
|