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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 671 int tile_row, tile_col; local
694 for (tile_col = 1; tile_col < tile_cols; tile_col++) {
695 const int size = read_be32(data_ptr2[tile_row][tile_col - 1]);
696 data_ptr2[tile_row][tile_col - 1] += 4;
697 data_ptr2[tile_row][tile_col] =
698 data_ptr2[tile_row][tile_col - 1] + size;
704 for (tile_col = tile_cols - 1; tile_col >= 0; tile_col--)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 215 int i, tile_col, mi_row, mi_col; local
235 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) {
236 vp9_get_tile_col_offsets(cm, tile_col);
vp9_bitstream.c 1255 int tile_row, tile_col; local
    [all...]
vp9_encodeframe.c 2260 int tile_col, tile_row; local
    [all...]

Completed in 220 milliseconds