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 27 int *min_log2_tile_cols, int *max_log2_tile_cols);
vp9_tile_common.c 41 int *min_log2_tile_cols, int *max_log2_tile_cols) {
59 *max_log2_tile_cols = max_log2_n_tiles;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 841 int min_log2_tile_cols, max_log2_tile_cols, max_ones; local
842 vp9_get_tile_n_bits(cm->mi_cols, &min_log2_tile_cols, &max_log2_tile_cols);
845 max_ones = max_log2_tile_cols - min_log2_tile_cols;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 1116 int min_log2_tile_cols, max_log2_tile_cols, ones; local
    [all...]
vp9_onyx_if.c 1170 int min_log2_tile_cols, max_log2_tile_cols; local
    [all...]

Completed in 855 milliseconds