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

  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.c 30 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
31 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
vp9_onyxc_int.h 241 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common
vp9_thread_common.c 162 const int tile_cols = 1 << cm->log2_tile_cols;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 42 const int tile_cols = 1 << cm->log2_tile_cols;
63 int log2_tile_cols; local
66 log2_tile_cols =
71 if (log2_tile_cols > level_tile_cols) {
72 log2_tile_cols = VPXMAX(level_tile_cols, min_log2_tile_cols);
75 return (1 << log2_tile_cols);
174 const int tile_cols = 1 << cm->log2_tile_cols;
397 const int tile_cols = 1 << cm->log2_tile_cols;
438 const int tile_cols = 1 << cm->log2_tile_cols;
487 const int tile_cols = 1 << cm->log2_tile_cols;
    [all...]
vp9_multi_thread.c 57 const int tile_cols = 1 << cm->log2_tile_cols;
162 const int tile_cols = 1 << cm->log2_tile_cols;
221 const int tile_cols = 1 << cm->log2_tile_cols;
vp9_segmentation.c 211 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) {
vp9_bitstream.c 886 ones = cm->log2_tile_cols - min_log2_tile_cols;
889 if (cm->log2_tile_cols < max_log2_tile_cols) vpx_wb_write_bit(wb, 0);
    [all...]
vp9_temporal_filter.c 603 const int tile_cols = 1 << cm->log2_tile_cols;
620 const int tile_cols = 1 << cm->log2_tile_cols;
vp9_encoder.h 827 const int tile_cols = 1 << cm->log2_tile_cols;
vp9_encoder.c     [all...]
vp9_encodeframe.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 125 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 414 milliseconds