Searched refs:tok_end (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 372 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end, in write_modes_b() argument 391 assert(*tok < tok_end); in write_modes_b() 392 pack_mb_tokens(w, tok, tok_end); in write_modes_b() 418 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end, in write_modes_sb() argument 436 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 440 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 443 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col); in write_modes_sb() 448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_sb() 450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs); in write_modes_sb() [all …]
|