/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 | 362 assert(!x->skip_block); in vp9_xform_quant_fp() 369 vp9_highbd_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 375 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 381 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 388 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 400 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 406 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp() 412 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp() 420 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp() 440 assert(!x->skip_block); in vp9_xform_quant_dc() [all …]
|
D | vp9_block.h | 76 int skip_block; member
|
/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() 170 int skip_block, const int16_t *round_ptr, in quant_fp_nz() argument 178 (void)skip_block; in quant_fp_nz() 179 assert(!skip_block); in quant_fp_nz() 246 int skip_block, const int16_t *round_ptr, in quantize_fp_nz_c() argument 251 quant_fp_nz(coeff_ptr, n_coeffs, skip_block, round_ptr, quant_ptr, qcoeff_ptr, in quantize_fp_nz_c() 256 int skip_block, const int16_t *round_ptr, in quantize_fp_32x32_nz_c() argument [all …]
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 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_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 109 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const in… 112 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 113 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, co…
|
/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/arm-neon/ |
D | vp9_rtcd.h | 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,… 103 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 104 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 107 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 108 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 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,… 103 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 104 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 107 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 108 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 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_sse2(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 …
|
D | vpx_dsp_rtcd.h | 1187 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 1188 void vpx_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con… 1191 void vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, … 1192 …ntize_b_32x32_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 1539 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t… 1540 void vpx_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 1541 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 1544 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const i… 1545 void vpx_quantize_b_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 79 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 82 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,… 97 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_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 | 46 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_neon() argument 62 (void)skip_block; in vp9_quantize_fp_neon() 63 assert(!skip_block); in vp9_quantize_fp_neon() 141 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon() argument 170 (void)skip_block; in vp9_quantize_fp_32x32_neon() 171 assert(!skip_block); in vp9_quantize_fp_32x32_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/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/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/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()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 354 int skip_block, const int16_t *round_ptr, in quantize_dc() argument 371 if (!skip_block) { in quantize_dc() 391 const int skip_block = 0; in av1_quantize_dc_facade() local 396 quantize_dc(coeff_ptr, (int)n_coeffs, skip_block, p->round_QTX, in av1_quantize_dc_facade() 493 const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in highbd_quantize_dc() argument 502 if (!skip_block) { in highbd_quantize_dc() 530 const int skip_block = 0; in av1_highbd_quantize_dc_facade() local 535 highbd_quantize_dc(coeff_ptr, (int)n_coeffs, skip_block, p->round_QTX, in av1_highbd_quantize_dc_facade() 729 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
|
D | block.h | 252 int skip_block; member
|
/external/pdfium/core/fxcodec/fax/ |
D | faxmodule.cpp | 73 const uint8_t* skip_block = bit ? skip_block_0 : skip_block_1; in FindBit() local 75 memcmp(data_buf + byte_pos, skip_block, kBulkReadSize) == 0) { in FindBit()
|