HomeSort by relevance Sort by last modified time
    Searched refs:log2_tile_cols (Results 1 - 17 of 17) 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 267 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common
vp9_thread_common.c 166 const int tile_cols = 1 << cm->log2_tile_cols;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_tile_common.c 27 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
28 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
vp9_onyxc_int.h 196 int log2_tile_cols, log2_tile_rows; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 38 const int tile_cols = 1 << cm->log2_tile_cols;
59 int log2_tile_cols; local
62 log2_tile_cols = clamp(cpi->oxcf.tile_columns,
64 return (1 << log2_tile_cols);
69 const int tile_cols = 1 << cm->log2_tile_cols;
vp9_segmentation.c 221 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) {
vp9_bitstream.c 889 ones = cm->log2_tile_cols - min_log2_tile_cols;
893 if (cm->log2_tile_cols < max_log2_tile_cols)
    [all...]
vp9_encodeframe.c     [all...]
vp9_encoder.c 724 cm->log2_tile_cols = 0;
727 cm->log2_tile_cols = clamp(cpi->oxcf.tile_columns,
    [all...]
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 126 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 740 cm->log2_tile_cols = min_log2_tile_cols;
742 cm->log2_tile_cols++;
786 const int tile_cols = 1 << cm->log2_tile_cols;
876 const int tile_cols = 1 << cm->log2_tile_cols;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 242 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) {
vp9_bitstream.c 878 ones = cm->log2_tile_cols - min_log2_tile_cols;
882 if (cm->log2_tile_cols < max_log2_tile_cols)
    [all...]
vp9_onyx_if.c 751 cm->log2_tile_cols = clamp(cpi->oxcf.tile_columns,
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 96 milliseconds