Searched refs:write_modes_sb (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 419 static void write_modes_sb( in write_modes_sb() function 463 write_modes_sb(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, subsize, in write_modes_sb() 465 write_modes_sb(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col + bs, in write_modes_sb() 467 write_modes_sb(cpi, xd, tile, w, tok, tok_end, mi_row + bs, mi_col, in write_modes_sb() 469 write_modes_sb(cpi, xd, tile, w, tok, tok_end, mi_row + bs, mi_col + bs, in write_modes_sb() 504 write_modes_sb(cpi, xd, tile, w, &tok, tok_end, mi_row, mi_col, in write_modes()
|