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

  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.h 21 int *min_log2_tile_cols, int *max_log2_tile_cols);
vp9_tile_common.c 42 int *min_log2_tile_cols, int *max_log2_tile_cols) {
60 *max_log2_tile_cols = max_log2_n_tiles;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 647 int min_log2_tile_cols, max_log2_tile_cols, max_ones; local
648 vp9_get_tile_n_bits(cm->mi_cols, &min_log2_tile_cols, &max_log2_tile_cols);
651 max_ones = max_log2_tile_cols - min_log2_tile_cols;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 1198 int min_log2_tile_cols, max_log2_tile_cols, ones; local
    [all...]
vp9_onyx_if.c 1122 int min_log2_tile_cols, max_log2_tile_cols; local
    [all...]

Completed in 39 milliseconds