/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 241 get_plane_block_size(BLOCK_SIZE bsize, const struct macroblockd_plane *pd) { function 249 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
|
vp9_blockd.c | 46 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
|
vp9_reconinter.c | 216 get_plane_block_size(bsize, &xd->plane[plane]);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rd.c | 450 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
|
vp9_pickmode.c | 468 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd); 858 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); [all...] |
vp9_encodemb.c | 36 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); [all...] |
vp9_encodeframe.c | 467 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) { 480 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) { [all...] |
vp9_rdopt.c | 186 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); [all...] |