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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 42 const int tile_cols = 1 << cm->log2_tile_cols;
63 int log2_tile_cols; local
66 log2_tile_cols =
71 if (log2_tile_cols > level_tile_cols) {
72 log2_tile_cols = VPXMAX(level_tile_cols, min_log2_tile_cols);
75 return (1 << log2_tile_cols);
174 const int tile_cols = 1 << cm->log2_tile_cols;
397 const int tile_cols = 1 << cm->log2_tile_cols;
438 const int tile_cols = 1 << cm->log2_tile_cols;
487 const int tile_cols = 1 << cm->log2_tile_cols;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 241 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common

Completed in 79 milliseconds