Searched refs:write_modes_b (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 371 static void write_modes_b(VP9_COMP *cpi, const TileInfo *const tile, in write_modes_b() function 436 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 440 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 443 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col); in write_modes_sb() 448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs); in write_modes_sb()
|