Home
last modified time | relevance | path

Searched defs:eobs (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didct_blk_sse2.c23 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_sse2()
51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_sse2()
Didct_blk_mmx.c28 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_mmx()
77 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_mmx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Didct_blk_neon.c25 int stride, char *eobs) in vp8_dequant_idct_add_y_block_neon()
55 int stride, char *eobs) in vp8_dequant_idct_add_uv_block_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Didct_blk_v6.c17 int stride, char *eobs) in vp8_dequant_idct_add_y_block_v6()
64 int stride, char *eobs) in vp8_dequant_idct_add_uv_block_v6()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Didct_blk_dspr2.c18 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_dspr2()
44 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Didct_blk.c23 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_c()
49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_c()
Dinvtrans.h28 static void eob_adjust(char *eobs, short *diff) in eob_adjust()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddetokenize.c174 char *eobs = x->eobs; in vp8_decode_mb_tokens() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h36 uint16_t *eobs[MAX_MB_PLANE][3]; member
70 uint16_t *eobs; member
Dvp9_rdopt.c1614 int eobs; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1093 unsigned char eobs[16]; member