Searched refs:write_modes_sb (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 426 static void write_modes_sb(VP9_COMP *cpi, in write_modes_sb() function 465 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, subsize); in write_modes_sb() 466 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs, in write_modes_sb() 468 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col, in write_modes_sb() 470 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col + bs, in write_modes_sb() 498 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, in write_modes()
|