Searched refs:vp9_setup_block_planes (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { function
H A Dvp9_blockd.h275 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { function
H A Dvp9_blockd.h273 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1479 vp9_setup_block_planes(xd, cm->subsampling_x, cm->subsampling_y);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1302 vp9_setup_block_planes(xd, cm->subsampling_x, cm->subsampling_y);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c492 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y);
H A Dvp9_encodeframe.c2568 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c547 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y);
H A Dvp9_encodeframe.c2597 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y);

Completed in 3688 milliseconds