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

  /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 291 milliseconds