HomeSort by relevance Sort by last modified time
    Searched refs:get_plane_block_size (Results 1 - 8 of 8) sorted by null

  /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 481 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd);
872 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 485 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) {
498 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...]

Completed in 429 milliseconds