/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 15 int n_coeffs, int skip_block, in vpx_quantize_dc() argument 28 if (!skip_block) { in vpx_quantize_dc() 41 int n_coeffs, int skip_block, in vpx_highbd_quantize_dc() argument 50 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() 93 int skip_block, in vpx_highbd_quantize_dc_32x32() argument 106 if (!skip_block) { in vpx_highbd_quantize_dc_32x32() 122 int skip_block, in vpx_quantize_b_c() argument 137 if (!skip_block) { in vpx_quantize_b_c() [all …]
|
D | quantize.h | 22 int n_coeffs, int skip_block, 26 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, 33 int n_coeffs, int skip_block, 38 int skip_block,
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 35 int skip_block, const int16_t *zbin, 100 const int skip_block = i == 0; in TEST_P() local 118 ref_quantize_op_(coeff_ptr, count, skip_block, zbin_ptr, round_ptr, in TEST_P() 122 ASM_REGISTER_STATE_CHECK(quantize_op_(coeff_ptr, count, skip_block, in TEST_P() 159 const int skip_block = i == 0; in TEST_P() local 177 ref_quantize_op_(coeff_ptr, count, skip_block, zbin_ptr, round_ptr, in TEST_P() 181 ASM_REGISTER_STATE_CHECK(quantize_op_(coeff_ptr, count, skip_block, in TEST_P() 218 int skip_block = i == 0; in TEST_P() local 240 ref_quantize_op_(coeff_ptr, count, skip_block, zbin_ptr, round_ptr, in TEST_P() 244 ASM_REGISTER_STATE_CHECK(quantize_op_(coeff_ptr, count, skip_block, in TEST_P() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 346 vp9_highbd_quantize_fp_32x32(coeff, 1024, x->skip_block, p->zbin, in vp9_xform_quant_fp() 354 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->zbin, p->round_fp, in vp9_xform_quant_fp() 361 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->zbin, p->round_fp, in vp9_xform_quant_fp() 368 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->zbin, p->round_fp, in vp9_xform_quant_fp() 383 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->zbin, p->round_fp, in vp9_xform_quant_fp() 390 vp9_quantize_fp(coeff, 256, x->skip_block, p->zbin, p->round_fp, in vp9_xform_quant_fp() 397 x->skip_block, p->zbin, p->round_fp, in vp9_xform_quant_fp() 404 vp9_quantize_fp(coeff, 16, x->skip_block, p->zbin, p->round_fp, in vp9_xform_quant_fp() 436 vpx_highbd_quantize_dc_32x32(coeff, x->skip_block, p->round, in vp9_xform_quant_dc() 442 vpx_highbd_quantize_dc(coeff, 256, x->skip_block, p->round, in vp9_xform_quant_dc() [all …]
|
D | vp9_quantize.c | 24 int skip_block, in vp9_quantize_fp_c() argument 41 if (!skip_block) { in vp9_quantize_fp_c() 66 int skip_block, in vp9_highbd_quantize_fp_c() argument 88 if (!skip_block) { in vp9_highbd_quantize_fp_c() 111 int skip_block, in vp9_quantize_fp_32x32_c() argument 127 if (!skip_block) { in vp9_quantize_fp_32x32_c() 152 intptr_t n_coeffs, int skip_block, in vp9_highbd_quantize_fp_32x32_c() argument 170 if (!skip_block) { in vp9_highbd_quantize_fp_32x32_c() 203 16, x->skip_block, in vp9_regular_quantize_b_4x4() 213 16, x->skip_block, in vp9_regular_quantize_b_4x4() [all …]
|
D | vp9_block.h | 62 int skip_block; member
|
D | vp9_dct.c | 564 int skip_block, in vp9_fdct8x8_quant_c() argument 652 if (!skip_block) { in vp9_fdct8x8_quant_c()
|
D | vp9_pickmode.c | 616 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->zbin, in block_yrd() 623 vp9_quantize_fp(coeff, 256, x->skip_block, p->zbin, p->round_fp, in block_yrd() 630 vp9_quantize_fp(coeff, 64, x->skip_block, p->zbin, p->round_fp, in block_yrd() 637 vp9_quantize_fp(coeff, 16, x->skip_block, p->zbin, p->round_fp, in block_yrd()
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 51 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 52 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 53 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 113 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 114 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const in… 117 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 118 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, co…
|
D | vpx_dsp_rtcd.h | 441 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t… 442 void vpx_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 443 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 446 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const i… 447 void vpx_quantize_b_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 51 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 52 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 53 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 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/config/arm-neon/ |
D | vp9_rtcd.h | 49 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 50 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 99 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 100 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 49 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 50 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 99 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 100 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 22 int skip_block, const int16_t* zbin_ptr, in vp9_fdct8x8_quant_neon() argument 33 vp9_quantize_fp_neon(temp_buffer, n_coeffs, skip_block, zbin_ptr, round_ptr, in vp9_fdct8x8_quant_neon()
|
D | vp9_quantize_neon.c | 25 int skip_block, const int16_t *zbin_ptr, in vp9_quantize_fp_neon() argument 37 if (!skip_block) { in vp9_quantize_fp_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 20 int skip_block, in vpx_highbd_quantize_b_sse2() argument 51 if (!skip_block) { in vpx_highbd_quantize_b_sse2() 106 int skip_block, in vpx_highbd_quantize_b_32x32_sse2() argument 139 if (!skip_block) { in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 43 int skip_block, const int16_t* zbin_ptr, in vpx_quantize_b_sse2() argument 59 if (!skip_block) { in vpx_quantize_b_sse2()
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 47 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 95 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 | 47 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 95 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 | 47 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 95 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 | 47 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 95 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
D | vpx_dsp_rtcd.h | 346 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t… 349 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const i…
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 47 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 95 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 98 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 18 int skip_block, const int16_t* zbin_ptr, in vp9_quantize_fp_sse2() argument 39 if (!skip_block) { in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 25 int skip_block, const int16_t* zbin_ptr, in vp9_fdct8x8_quant_ssse3() argument 297 if (!skip_block) { in vp9_fdct8x8_quant_ssse3()
|