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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 797 int tile_cols, int tile_rows,
801 for (r = 0; r < tile_rows; ++r) {
803 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1);
819 const int tile_rows = 1 << cm->log2_tile_rows; local
825 assert(tile_rows <= 4);
836 get_tile_buffers(pbi, data, data_end, tile_cols, tile_rows, tile_buffers);
839 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
842 const int last_tile = tile_row == tile_rows - 1 &&
898 const int tile_rows = 1 << cm->log2_tile_rows; local
905 assert(tile_rows == 1)
1308 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
  /external/chromium_org/third_party/skia/bench/
tile_analyze.py 144 [tile_cols, tile_rows] = [int(i) for i in layout.split('x')]
149 truncated_tile_rows = min(tile_rows, MAX_TILE_ROWS)
  /external/skia/bench/
tile_analyze.py 144 [tile_cols, tile_rows] = [int(i) for i in layout.split('x')]
149 truncated_tile_rows = min(tile_rows, MAX_TILE_ROWS)
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 785 const int tile_rows = 1 << cm->log2_tile_rows; local
791 assert(tile_rows <= 4);
803 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
805 const int last_tile = tile_row == tile_rows - 1 &&
816 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
820 const int last_tile = tile_row == tile_rows - 1 &&
875 const int tile_rows = 1 << cm->log2_tile_rows; local
882 assert(tile_rows == 1);
883 (void)tile_rows;
1267 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 787 const int tile_rows = 1 << cm->log2_tile_rows; local
793 assert(tile_rows <= 4);
805 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
807 const int last_tile = tile_row == tile_rows - 1 &&
818 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
822 const int last_tile = tile_row == tile_rows - 1 &&
877 const int tile_rows = 1 << cm->log2_tile_rows; local
884 assert(tile_rows == 1);
885 (void)tile_rows;
1261 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 30 unsigned int tile_rows; member in struct:vp9_extracfg
60 0, // tile_rows
202 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
376 oxcf->tile_rows = extra_cfg->tile_rows;
499 MAP(VP9E_SET_TILE_ROWS, extra_cfg.tile_rows);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 30 unsigned int tile_rows; member in struct:vp9_extracfg
60 0, // tile_rows
197 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
366 oxcf->tile_rows = extra_cfg->tile_rows;
490 MAP(VP9E_SET_TILE_ROWS, extra_cfg.tile_rows);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 30 unsigned int tile_rows; member in struct:vp9_extracfg
59 0, // tile_rows
195 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
356 oxcf->tile_rows = extra_cfg->tile_rows;
480 MAP(VP9E_SET_TILE_ROWS, extra_cfg.tile_rows);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 280 int tile_rows; member in struct:VP9EncoderConfig
vp9_bitstream.c 937 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_encodeframe.c 3083 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_encoder.c 523 cm->log2_tile_rows = cpi->oxcf.tile_rows;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 276 int tile_rows; member in struct:VP9_CONFIG
vp9_bitstream.c 935 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_encodeframe.c 3320 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_onyx_if.c 738 cm->log2_tile_rows = cpi->oxcf.tile_rows;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 277 int tile_rows; member in struct:__anon39850
vp9_bitstream.c 935 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_encodeframe.c 3150 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_onyx_if.c 753 cm->log2_tile_rows = cpi->oxcf.tile_rows;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 359 static const arg_def_t tile_rows = variable
374 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 396 static const arg_def_t tile_rows = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 396 static const arg_def_t tile_rows = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]

Completed in 967 milliseconds