Home
last modified time | relevance | path

Searched refs:write_modes_sb (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c416 static void write_modes_sb(VP9_COMP *cpi, in write_modes_sb() function
453 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, subsize); in write_modes_sb()
454 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs, in write_modes_sb()
456 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col, in write_modes_sb()
458 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col + bs, in write_modes_sb()
482 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, in write_modes()