Searched refs:write_modes_b (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c368 static void write_modes_b(VP9_COMP *cpi, const TileInfo *const tile, function
437 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
441 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
444 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
446 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
449 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
451 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c371 static void write_modes_b(VP9_COMP *cpi, const TileInfo *const tile, function
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, mi_row, mi_col);
450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);

Completed in 71 milliseconds