Searched refs:write_modes_b (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 1481 static AOM_INLINE void write_modes_b(AV1_COMP *cpi, const TileInfo *const tile, in write_modes_b() function 1634 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1637 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1639 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + hbs, mi_col); in write_modes_sb() 1642 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1644 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + hbs); in write_modes_sb() 1654 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1655 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + hbs); in write_modes_sb() 1656 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + hbs, mi_col); in write_modes_sb() 1659 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 376 static void write_modes_b( in write_modes_b() function 446 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 451 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 455 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 458 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row + bs, mi_col, in write_modes_sb() 462 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 465 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col + bs, in write_modes_sb()
|