Home
last modified time | relevance | path

Searched refs:skip_block (Results 1 – 25 of 32) 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.c362 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 …]
Dvp9_block.h76 int skip_block; member
/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()
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/
Dvp9_rtcd.h86 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/
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/arm-neon/
Dvp9_rtcd.h82 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/
Dvp9_rtcd.h82 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/
Dvp9_rtcd.h86 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 …
Dvpx_dsp_rtcd.h1187 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/
Dvp9_rtcd.h79 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/
Dvp9_quantize_neon.c46 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/
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/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/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/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()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c354 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()
Dblock.h252 int skip_block; member
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp73 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()

12