/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 17 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc() argument 30 if (!skip_block) { in vpx_quantize_dc() 42 int skip_block, const int16_t *round_ptr, in vpx_highbd_quantize_dc() argument 51 if (!skip_block) { in vpx_highbd_quantize_dc() 65 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32() argument 79 if (!skip_block) { in vpx_quantize_dc_32x32() 91 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_highbd_quantize_dc_32x32() argument 103 if (!skip_block) { in vpx_highbd_quantize_dc_32x32() 118 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_c() argument 128 (void)skip_block; in vpx_quantize_b_c() [all …]
|
D | quantize.h | 21 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, 25 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, 32 int skip_block, const int16_t *round_ptr, 36 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 25 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_c() argument 32 (void)skip_block; in vp9_quantize_fp_c() 33 assert(!skip_block); in vp9_quantize_fp_c() 59 int skip_block, const int16_t *round_ptr, in vp9_highbd_quantize_fp_c() argument 68 (void)skip_block; in vp9_highbd_quantize_fp_c() 69 assert(!skip_block); in vp9_highbd_quantize_fp_c() 94 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_c() argument 101 (void)skip_block; in vp9_quantize_fp_32x32_c() 102 assert(!skip_block); in vp9_quantize_fp_32x32_c() 129 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vp9_highbd_quantize_fp_32x32_c() argument [all …]
|
D | vp9_encodemb.c | 337 assert(!x->skip_block); in vp9_xform_quant_fp() 344 vp9_highbd_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 350 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 356 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 362 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 375 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 381 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp() 386 vp9_fdct8x8_quant(src_diff, diff_stride, coeff, 64, x->skip_block, in vp9_xform_quant_fp() 392 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp() 413 assert(!x->skip_block); in vp9_xform_quant_dc() [all …]
|
D | vp9_block.h | 76 int skip_block; member
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 44 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 83 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 86 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 101 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 102 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 105 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 106 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 44 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 83 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 86 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 101 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 102 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 105 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 106 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 45 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 46 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 90 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 93 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 111 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 112 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 113 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const in… 116 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 117 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, co…
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 38 int skip_block, const int16_t *zbin, 50 int skip_block, const int16_t *round, 57 void QuantFPWrapper(const tran_low_t *coeff, intptr_t count, int skip_block, in QuantFPWrapper() argument 66 fn(coeff, count, skip_block, round, quant, qcoeff, dqcoeff, dequant, eob, in QuantFPWrapper() 139 int skip_block, const int16_t *round_ptr, in quantize_fp_nz_c() argument 147 (void)skip_block; in quantize_fp_nz_c() 148 assert(!skip_block); in quantize_fp_nz_c() 256 const int skip_block = 0; in TEST_P() local 272 ref_quantize_op_(coeff.TopLeftPixel(), count, skip_block, zbin_ptr_, r_ptr, in TEST_P() 278 coeff.TopLeftPixel(), count, skip_block, zbin_ptr_, r_ptr, q_ptr, in TEST_P() [all …]
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 45 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 46 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 90 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 93 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 111 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 112 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 115 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 20 int skip_block, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_sse2() argument 41 (void)skip_block; in vpx_highbd_quantize_b_sse2() 42 assert(!skip_block); in vpx_highbd_quantize_b_sse2() 96 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_sse2() argument 109 (void)skip_block; in vpx_highbd_quantize_b_32x32_sse2() 110 assert(!skip_block); in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_avx.c | 23 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_avx() argument 41 (void)skip_block; in vpx_quantize_b_avx() 42 assert(!skip_block); in vpx_quantize_b_avx() 153 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_avx() argument 172 (void)skip_block; in vpx_quantize_b_32x32_avx() 173 assert(!skip_block); in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 20 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_ssse3() argument 36 (void)skip_block; in vpx_quantize_b_ssse3() 37 assert(!skip_block); in vpx_quantize_b_ssse3() 120 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_ssse3() argument 138 (void)skip_block; in vpx_quantize_b_32x32_ssse3() 139 assert(!skip_block); in vpx_quantize_b_32x32_ssse3()
|
D | quantize_sse2.c | 21 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_sse2() argument 37 (void)skip_block; in vpx_quantize_b_sse2() 38 assert(!skip_block); in vpx_quantize_b_sse2()
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 43 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 19 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_neon() argument 29 (void)skip_block; in vpx_quantize_b_neon() 30 assert(!skip_block); in vpx_quantize_b_neon() 154 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_neon() argument 165 (void)skip_block; in vpx_quantize_b_32x32_neon() 166 assert(!skip_block); in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 30 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_neon() argument 46 (void)skip_block; in vp9_quantize_fp_neon() 47 assert(!skip_block); in vp9_quantize_fp_neon() 121 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon() argument 151 (void)skip_block; in vp9_quantize_fp_32x32_neon() 152 assert(!skip_block); in vp9_quantize_fp_32x32_neon()
|
D | vp9_dct_neon.c | 23 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_neon() argument 32 vp9_quantize_fp_neon(temp_buffer, n_coeffs, skip_block, round_ptr, quant_ptr, in vp9_fdct8x8_quant_neon()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 21 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_sse2() argument 33 (void)skip_block; in vp9_quantize_fp_sse2() 34 assert(!skip_block); in vp9_quantize_fp_sse2()
|