Home
last modified time | relevance | path

Searched refs:square_bsize (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h155 BLOCK_SIZE square_bsize; in get_square_block_size() local
159 case BLOCK_8X4: square_bsize = BLOCK_4X4; break; in get_square_block_size()
162 case BLOCK_16X8: square_bsize = BLOCK_8X8; break; in get_square_block_size()
165 case BLOCK_32X16: square_bsize = BLOCK_16X16; break; in get_square_block_size()
169 case BLOCK_64X64: square_bsize = BLOCK_32X32; break; in get_square_block_size()
171 square_bsize = BLOCK_INVALID; in get_square_block_size()
175 return square_bsize; in get_square_block_size()
Dvp9_rdopt.c2501 BLOCK_SIZE square_bsize = get_square_block_size(bsize); in single_motion_search() local
2504 &cpi->motion_field_info, gf_group_idx, gf_rf_idx, square_bsize); in single_motion_search()
Dvp9_encoder.c6882 BLOCK_SIZE square_bsize = square_block_idx_to_bsize(square_block_idx); local
6883 build_motion_field(cpi, frame_idx, ref_frame, square_bsize);