Home | History | Annotate | Download | only in encoder

Lines Matching defs:tok_end

372                           vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end,
391 assert(*tok < tok_end);
392 pack_mb_tokens(w, tok, tok_end);
418 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end,
436 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
440 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
443 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
448 write_modes_b(cpi, tile, w, tok, tok_end
450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
453 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, subsize);
454 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs,
456 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col,
458 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col + bs,
474 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end) {
482 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col,
932 TOKENEXTRA *tok[4][1 << 6], *tok_end;
956 tok_end = tok[tile_row][tile_col] + cpi->tok_count[tile_row][tile_col];
963 write_modes(cpi, &tile, &residual_bc, &tok[tile_row][tile_col], tok_end);
964 assert(tok[tile_row][tile_col] == tok_end);