/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | quantize.c | 24 int i, rc, eob; in vp8_fast_quantize_b_c() local 72 int i, rc, eob; in vp8_fast_quantize_b_c() local 108 int i, rc, eob; in vp8_regular_quantize_b_c() local 163 int eob; in vp8_strict_quantize_b_c() local 220 int i, rc, eob; in vp8_regular_quantize_b_c() local
|
D | tokenize.c | 119 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
|
D | encodemb.c | 235 int eob; in optimize_b() local
|
D | rdopt.c | 524 int eob = (int)(*b->eob); in cost_coeffs() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 1325 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_idct4x4_add() 1333 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_iwht4x4_add() 1340 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_idct8x8_add() 1358 int eob) { in vp9_idct16x16_add() 1371 int eob) { in vp9_idct32x32_add() 1383 int stride, int eob) { in vp9_iht4x4_add() 1391 int stride, int eob) { in vp9_iht8x8_add() 1400 int stride, int eob) { in vp9_iht16x16_add()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 30 int i, non_zero_count = (int)count, eob = -1; in vp9_quantize_b_c() local 89 int i, eob = -1; in vp9_quantize_b_32x32_c() local
|
D | vp9_encodemb.c | 120 int eob = p->eobs[block], final_eob, sz = 0; in optimize_b() local 326 uint16_t *const eob = &p->eobs[block]; in vp9_xform_quant() local 493 uint16_t *eob = &p->eobs[block]; in encode_block_intra() local
|
D | vp9_tokenize.c | 222 int eob = p->eobs[block]; in tokenize_b() local
|
D | vp9_rdopt.c | 564 const int eob = p->eobs[block]; in cost_coeffs() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_sse2.c | 38 char eob = 0; in vp8_regular_quantize_b_sse2() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 204 const int eob = decode_coefs(cm, xd, pd->plane_type, in vp9_decode_block_tokens() local
|
D | vp9_decodeframe.c | 194 int eob) { in inverse_transform_block() 264 const int eob = vp9_decode_block_tokens(cm, xd, plane, block, in predict_and_reconstruct_intra_block() local 286 int x, y, eob; in reconstruct_inter_block() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | blockd.h | 204 char *eob; member
|