Home
last modified time | relevance | path

Searched refs:skip_block (Results 1 – 25 of 33) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c15 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 …]
Dquantize.h22 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/
Dvp9_quantize_test.cc35 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/
Dvp9_encodemb.c346 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 …]
Dvp9_quantize.c24 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 …]
Dvp9_block.h62 int skip_block; member
Dvp9_dct.c564 int skip_block, in vp9_fdct8x8_quant_c() argument
652 if (!skip_block) { in vp9_fdct8x8_quant_c()
Dvp9_pickmode.c616 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/
Dvp9_rtcd.h51 …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…
Dvpx_dsp_rtcd.h441 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/
Dvp9_rtcd.h51 …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/
Dvp9_rtcd.h49 …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/
Dvp9_rtcd.h49 …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/
Dvp9_dct_neon.c22 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()
Dvp9_quantize_neon.c25 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/
Dhighbd_quantize_intrin_sse2.c20 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()
Dquantize_sse2.c43 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/
Dvp9_rtcd.h47 …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/
Dvp9_rtcd.h47 …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/
Dvp9_rtcd.h47 …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/
Dvp9_rtcd.h47 …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 …
Dvpx_dsp_rtcd.h346 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/
Dvp9_rtcd.h47 …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/
Dvp9_quantize_sse2.c18 int skip_block, const int16_t* zbin_ptr, in vp9_quantize_fp_sse2() argument
39 if (!skip_block) { in vp9_quantize_fp_sse2()
Dvp9_dct_ssse3.c25 int skip_block, const int16_t* zbin_ptr, in vp9_fdct8x8_quant_ssse3() argument
297 if (!skip_block) { in vp9_fdct8x8_quant_ssse3()

12