HomeSort by relevance Sort by last modified time
    Searched refs:tile_row (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 209 int i, tile_row, tile_col; local
214 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
217 vp9_tile_init(&tile, cm, tile_row, tile_col);
218 pbi->mi_streams[tile_row * tile_cols + tile_col] =
769 int tile_row, int tile_col) {
772 xd->mi_stream = pbi->mi_streams[tile_row * tile_cols + tile_col];
889 int tile_row, tile_col; local
906 for (tile_row = 0; tile_row < tile_rows; ++tile_row)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 1173 int tile_row, tile_col; local
    [all...]
vp9_encodeframe.c 1998 int tile_col, tile_row; local
    [all...]

Completed in 122 milliseconds