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

  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.c 37 col_idx, cm->log2_tile_cols, cm->mi_cols);
vp9_onyxc_int.h 210 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 771 const int tile_cols = 1 << pbi->common.log2_tile_cols;
846 cm->log2_tile_cols = min_log2_tile_cols;
848 cm->log2_tile_cols++;
886 const int tile_cols = 1 << cm->log2_tile_cols;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 239 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) {
vp9_bitstream.c     [all...]
vp9_encodeframe.c     [all...]
vp9_onyx_if.c     [all...]

Completed in 76 milliseconds