Searched refs:get_plane_block_size (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.h105 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
H A Dvp9_blockd.c49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
H A Dvp9_blockd.h289 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize,
H A Dvp9_reconinter.c208 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize,
391 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
H A Dvp9_entropy.h143 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
H A Dvp9_blockd.h293 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, function
H A Dvp9_reconinter.c331 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize,
557 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rd.c398 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
H A Dvp9_pickmode.c282 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]);
H A Dvp9_encodemb.c57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
H A Dvp9_rdopt.c192 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
1106 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd);
2051 const BLOCK_SIZE y_size = get_plane_block_size(bsize, &xd->plane[0]);
2052 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
H A Dvp9_rdopt.c441 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
703 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
1549 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd);
2927 const BLOCK_SIZE y_size = get_plane_block_size(bsize, &xd->plane[0]);
2928 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]);

Completed in 2035 milliseconds