Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c18 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 …]
Dquantize.h21 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/
Dvp9_quantize.c25 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 …]
Dvp9_encodemb.c358 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 …]
Dvp9_block.h76 int skip_block; member
/external/libvpx/config/x86_64/
Dvp9_rtcd.h45 …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/
Dvp9_rtcd.h43 …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/
Dvp9_rtcd.h43 …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/
Dvp9_quantize_test.cc41 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/
Dvp9_rtcd.h45 …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/
Dhighbd_quantize_intrin_sse2.c21 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()
Dquantize_avx.c24 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()
Dquantize_ssse3.c21 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()
Dquantize_sse2.c21 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/
Dvp9_rtcd.h43 …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/
Dvp9_quantize_neon.c30 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()
Dvp9_dct_neon.c23 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/
Dquantize_neon.c35 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/
Dquantize_vsx.c98 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/
Dvp9_quantize_vsx.c42 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/
Dvp9_quantize_avx2.c50 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()
Dvp9_quantize_sse2.c21 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()
Dvp9_dct_ssse3.c23 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/
Dquantize_neon.c26 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/
Dav1_quantize.c332 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()

12