Searched refs:write_modes_b (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 1495 static void write_modes_b(AV1_COMP *cpi, const TileInfo *const tile, in write_modes_b() function 1619 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1622 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1624 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + hbs, mi_col); in write_modes_sb() 1627 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1629 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + hbs); in write_modes_sb() 1639 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 1640 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + hbs); in write_modes_sb() 1641 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + hbs, mi_col); in write_modes_sb() 1644 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 | 371 static void write_modes_b( in write_modes_b() function 441 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 446 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 450 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 453 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row + bs, mi_col, in write_modes_sb() 457 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb() 460 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col + bs, in write_modes_sb()
|