/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 18 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc() argument 31 if (!skip_block) { in vpx_quantize_dc() 43 int skip_block, const int16_t *round_ptr, in vpx_highbd_quantize_dc() argument 52 if (!skip_block) { in vpx_highbd_quantize_dc() 66 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32() argument 80 if (!skip_block) { in vpx_quantize_dc_32x32() 92 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 | 358 assert(!x->skip_block); in vp9_xform_quant_fp() 365 vp9_highbd_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 371 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 377 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 384 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 396 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 402 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp() 407 vp9_fdct8x8_quant(src_diff, diff_stride, coeff, 64, x->skip_block, in vp9_xform_quant_fp() 414 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp() 434 assert(!x->skip_block); in vp9_xform_quant_dc() [all …]
|
D | vp9_block.h | 76 int skip_block; member
|
/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 *… 47 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 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…
|
/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 *… 86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 112 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 *… 86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 112 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 41 int skip_block, const int16_t *zbin, 53 int skip_block, const int16_t *round, 60 void QuantFPWrapper(const tran_low_t *coeff, intptr_t count, int skip_block, in QuantFPWrapper() argument 69 fn(coeff, count, skip_block, round, quant, qcoeff, dqcoeff, dequant, eob, in QuantFPWrapper() 165 int skip_block, const int16_t *round_ptr, in quant_fp_nz() argument 173 (void)skip_block; in quant_fp_nz() 174 assert(!skip_block); in quant_fp_nz() 238 int skip_block, const int16_t *round_ptr, in quantize_fp_nz_c() argument 243 quant_fp_nz(coeff_ptr, n_coeffs, skip_block, round_ptr, quant_ptr, qcoeff_ptr, in quantize_fp_nz_c() 248 int skip_block, const int16_t *round_ptr, in quantize_fp_32x32_nz_c() argument [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 *… 47 …16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 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… 116 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 | 21 int skip_block, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_sse2() argument 42 (void)skip_block; in vpx_highbd_quantize_b_sse2() 43 assert(!skip_block); in vpx_highbd_quantize_b_sse2() 97 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_sse2() argument 110 (void)skip_block; in vpx_highbd_quantize_b_32x32_sse2() 111 assert(!skip_block); in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_avx.c | 24 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_avx() argument 42 (void)skip_block; in vpx_quantize_b_avx() 43 assert(!skip_block); in vpx_quantize_b_avx() 148 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_avx() argument 169 (void)skip_block; in vpx_quantize_b_32x32_avx() 170 assert(!skip_block); in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 21 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_ssse3() argument 37 (void)skip_block; in vpx_quantize_b_ssse3() 38 assert(!skip_block); in vpx_quantize_b_ssse3() 114 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_ssse3() argument 134 (void)skip_block; in vpx_quantize_b_32x32_ssse3() 135 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/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/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() 125 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon() argument 155 (void)skip_block; in vp9_quantize_fp_32x32_neon() 156 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/vpx_dsp/arm/ |
D | quantize_neon.c | 35 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_neon() argument 45 (void)skip_block; in vpx_quantize_b_neon() 46 assert(!skip_block); in vpx_quantize_b_neon() 192 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_neon() argument 205 (void)skip_block; in vpx_quantize_b_32x32_neon() 206 assert(!skip_block); in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 98 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_vsx() argument 125 (void)skip_block; in vpx_quantize_b_vsx() 126 assert(!skip_block); in vpx_quantize_b_vsx() 200 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_vsx() argument 230 (void)skip_block; in vpx_quantize_b_32x32_vsx() 232 assert(!skip_block); in vpx_quantize_b_32x32_vsx()
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 42 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_vsx() argument 59 (void)skip_block; in vp9_quantize_fp_vsx() 60 assert(!skip_block); in vp9_quantize_fp_vsx() 168 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_vsx() argument 197 (void)skip_block; in vp9_quantize_fp_32x32_vsx() 199 assert(!skip_block); in vp9_quantize_fp_32x32_vsx()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_avx2.c | 50 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_avx2() argument 60 (void)skip_block; in vp9_quantize_fp_avx2() 61 assert(!skip_block); in vp9_quantize_fp_avx2()
|
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()
|
D | vp9_dct_ssse3.c | 23 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_ssse3() argument 291 if (!skip_block) { in vp9_fdct8x8_quant_ssse3()
|
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 26 int skip_block, const int16_t *zbin_ptr, in av1_quantize_fp_neon() argument 38 if (!skip_block) { in av1_quantize_fp_neon()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 332 int skip_block, const int16_t *round_ptr, in quantize_dc() argument 349 if (!skip_block) { in quantize_dc() 369 const int skip_block = 0; in av1_quantize_dc_facade() local 374 quantize_dc(coeff_ptr, (int)n_coeffs, skip_block, p->round_QTX, in av1_quantize_dc_facade() 497 const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in highbd_quantize_dc() argument 506 if (!skip_block) { in highbd_quantize_dc() 534 const int skip_block = 0; in av1_highbd_quantize_dc_facade() local 539 highbd_quantize_dc(coeff_ptr, (int)n_coeffs, skip_block, p->round_QTX, in av1_highbd_quantize_dc_facade() 746 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
|