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

  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.c 25 tile->mi_row_start = get_tile_offset(row, cm->mi_rows, cm->log2_tile_rows);
26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows);
vp9_onyxc_int.h 241 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common
  /hardware/intel/common/libva/va/
va_dec_vp9.h 159 /** \brief number of tile rows specified by (1 << log2_tile_rows).
162 uint8_t log2_tile_rows; member in struct:_VADecPictureParameterBufferVP9
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 126 EXPECT_EQ(encode_parms.tile_rows, common->log2_tile_rows);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 43 const int tile_rows = 1 << cm->log2_tile_rows;
439 const int tile_rows = 1 << cm->log2_tile_rows;
525 const int tile_rows = 1 << cm->log2_tile_rows;
597 const int tile_rows = 1 << cm->log2_tile_rows;
vp9_multi_thread.c 58 const int tile_rows = 1 << cm->log2_tile_rows;
vp9_bitstream.c 892 vpx_wb_write_bit(wb, cm->log2_tile_rows != 0)
    [all...]
vp9_temporal_filter.c 621 const int tile_rows = 1 << cm->log2_tile_rows;
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 559 milliseconds