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

  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 36 int32_t tile_rows; member in struct:__anon17079::EncodeParameters
83 encoder->Control(VP9E_SET_TILE_ROWS, encode_parms.tile_rows);
127 EXPECT_EQ(encode_parms.tile_rows, common->log2_tile_rows);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 39 const int tile_rows = 1 << cm->log2_tile_rows; local
44 for (t = thread_data->start; t < tile_rows * tile_cols;
vp9_bitstream.c 935 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_encoder.h 224 int tile_rows; member in struct:VP9EncoderConfig
vp9_encodeframe.c 3785 const int tile_rows = 1 << cm->log2_tile_rows; local
3850 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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_int.h 277 int tile_rows; member in struct:__anon30713
  /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/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1433 const int tile_rows = 1 << cm->log2_tile_rows; local
1636 const int tile_rows = 1 << cm->log2_tile_rows; local
2175 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 31 unsigned int tile_rows; member in struct:vp9_extracfg
60 0, // tile_rows
247 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
488 oxcf->tile_rows = extra_cfg->tile_rows;
671 extra_cfg.tile_rows = CAST(VP9E_SET_TILE_ROWS, args);
    [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...]
  /external/libvpx/libvpx/
vpxenc.c 382 static const arg_def_t tile_rows = ARG_DEF( variable
451 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
477 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]

Completed in 1539 milliseconds