Home
last modified time | relevance | path

Searched refs:get_bsize (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c277 static BLOCK_SIZE get_bsize(const AV1_COMMON *cm, int mb_row, int mb_col) { in get_bsize() function
448 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col); in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c455 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) { in get_bsize() function
880 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col); in vp9_first_pass_encode_tile_mb_row()