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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 38 const int tile_cols = 1 << cm->log2_tile_cols;
59 int log2_tile_cols; local
62 log2_tile_cols = clamp(cpi->oxcf.tile_columns,
64 return (1 << log2_tile_cols);
69 const int tile_cols = 1 << cm->log2_tile_cols;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 196 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 267 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common

Completed in 40 milliseconds