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

  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.cc 878 int max_log2_tile_cols = GetMaxLog2TileCols(sb64_cols); local
880 int max_ones = max_log2_tile_cols - min_log2_tile_cols;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 61 int min_log2_tile_cols, max_log2_tile_cols; local
64 vp9_get_tile_n_bits(mi_cols, &min_log2_tile_cols, &max_log2_tile_cols);
66 clamp(cpi->oxcf.tile_columns, min_log2_tile_cols, max_log2_tile_cols);
vp9_bitstream.c 882 int min_log2_tile_cols, max_log2_tile_cols, ones; local
883 vp9_get_tile_n_bits(cm->mi_cols, &min_log2_tile_cols, &max_log2_tile_cols);
889 if (cm->log2_tile_cols < max_log2_tile_cols) vpx_wb_write_bit(wb, 0);
    [all...]
vp9_encoder.c 1194 int min_log2_tile_cols, max_log2_tile_cols; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1302 int min_log2_tile_cols, max_log2_tile_cols, max_ones; local
    [all...]

Completed in 144 milliseconds