Searched refs:vp9_setup_block_planes (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.c | 141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes() function
|
D | vp9_blockd.h | 273 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1300 vp9_setup_block_planes(xd, cm->subsampling_x, cm->subsampling_y); in vp9_decode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 546 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y); in vp9_first_pass()
|
D | vp9_encodeframe.c | 2427 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y); in init_encode_frame_mb_context()
|