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

  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.h 17 int mi_row_start, mi_row_end; member in struct:TileInfo
vp9_tile_common.c 34 get_tile_offsets(&tile->mi_row_start, &tile->mi_row_end,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 798 for (mi_row = tile->mi_row_start; mi_row < tile->mi_row_end;
817 if (mi_row + MI_BLOCK_SIZE >= tile->mi_row_end) continue;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 923 int row8x8_remaining = tile->mi_row_end - mi_row;
    [all...]
vp9_bitstream.c 658 for (mi_row = tile->mi_row_start; mi_row < tile->mi_row_end;
    [all...]

Completed in 1651 milliseconds