Home
last modified time | relevance | path

Searched defs:eob (Results 1 – 25 of 30) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c123 int eob) { in vp9_idct4x4_add()
132 int eob) { in vp9_iwht4x4_add()
140 int eob) { in vp9_idct8x8_add()
158 int eob) { in vp9_idct16x16_add()
171 int eob) { in vp9_idct32x32_add()
183 int stride, int eob) { in vp9_iht4x4_add()
191 int stride, int eob) { in vp9_iht8x8_add()
200 int stride, int eob) { in vp9_iht16x16_add()
315 int eob, int bd) { in vp9_highbd_idct4x4_add()
324 int eob, int bd) { in vp9_highbd_iwht4x4_add()
[all …]
/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_ssse3.c20 unsigned long eob; in bsr() local
29 int eob; in bsr() local
43 int eob, mask; in vp8_fast_quantize_b_ssse3() local
Dquantize_sse4.c33 char eob = 0; in vp8_regular_quantize_b_sse4_1() local
Dvp8_quantize_sse2.c37 char eob = 0; in vp8_regular_quantize_b_sse2() local
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c23 int tmp, eob = -1; in vpx_quantize_dc() local
45 int eob = -1; in vpx_highbd_quantize_dc() local
74 int tmp, eob = -1; in vpx_quantize_dc_32x32() local
101 int eob = -1; in vpx_highbd_quantize_dc_32x32() local
129 int i, non_zero_count = (int)n_coeffs, eob = -1; in vpx_quantize_b_c() local
181 int i, non_zero_count = (int)n_coeffs, eob = -1; in vpx_highbd_quantize_b_c() local
240 int i, eob = -1; in vpx_quantize_b_32x32_c() local
299 int i, eob = -1; in vpx_highbd_quantize_b_32x32_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c31 int i, eob = -1; in vp9_quantize_fp_c() local
78 int eob = -1; in vp9_highbd_quantize_fp_c() local
119 int i, eob = -1; in vp9_quantize_fp_32x32_c() local
162 int i, eob = -1; in vp9_highbd_quantize_fp_32x32_c() local
Dvp9_encodemb.c101 const int eob = p->eobs[block]; in optimize_b() local
334 uint16_t *const eob = &p->eobs[block]; in vp9_xform_quant_fp() local
423 uint16_t *const eob = &p->eobs[block]; in vp9_xform_quant_dc() local
505 uint16_t *const eob = &p->eobs[block]; in vp9_xform_quant() local
782 uint16_t *eob = &p->eobs[block]; in vp9_encode_block_intra() local
Dvp9_tokenize.c478 int eob = p->eobs[block]; in tokenize_b() local
Dvp9_dct.c572 int eob = -1; in vp9_fdct8x8_quant_c() local
Dvp9_pickmode.c608 uint16_t *const eob = &p->eobs[block]; in block_yrd() local
671 uint16_t *const eob = &p->eobs[block]; in block_yrd() local
/external/libvpx/libvpx/vp8/encoder/
Dtokenize.c119 int eob; in tokenize2nd_order_b() local
216 const int eob = *b->eob; in tokenize1st_order_b() local
291 const int eob = *b->eob; in tokenize1st_order_b() local
Dvp8_quantize.c21 int i, rc, eob; in vp8_fast_quantize_b_c() local
54 int i, rc, eob; in vp8_regular_quantize_b_c() local
Dencodemb.c187 int eob; in optimize_b() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c20 int32_t cnt, eob; in fast_quantize_b_msa() local
98 int32_t cnt, eob; in exact_regular_quantize_b_msa() local
/external/tlsdate/src/common/
Dfmemopen.c51 char *head, *tail, *cur, *eob; member
/external/curl/lib/
Dsmtp.h58 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
Dpop3.h64 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c40 __m128i eob; in vp9_quantize_fp_sse2() local
Dvp9_dct_ssse3.c298 __m128i eob; in vp9_fdct8x8_quant_ssse3() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_sse2.c60 __m128i eob; in vpx_quantize_b_sse2() local
Dhighbd_quantize_intrin_sse2.c121 int i, eob = -1; in vpx_highbd_quantize_b_32x32_sse2() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c262 const int eob = decode_coefs(xd, get_plane_type(plane), in vp9_decode_block_tokens() local
Dvp9_decodeframe.c190 int eob) { in inverse_transform_block_inter()
280 int eob) { in inverse_transform_block_intra()
390 const int eob = vp9_decode_block_tokens(xd, plane, sc, col, row, tx_size, in predict_and_reconstruct_intra_block() local
402 const int eob = vp9_decode_block_tokens(xd, plane, sc, col, row, tx_size, r, in reconstruct_inter_block() local
/external/libvpx/libvpx/vp8/common/
Dblockd.h208 char *eob; member
/external/libvpx/libvpx/test/
Dfdct8x8_test.cc471 const int eob = 12; in CompareInvReference() local

12