Searched defs:tile_rows (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c30 unsigned int tile_rows; member in struct:vp9_extracfg
51 0, // tile_rows
211 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
410 oxcf->tile_rows = extra_cfg->tile_rows;
583 extra_cfg.tile_rows = CAST(VP9E_SET_TILE_ROWS, args);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c30 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);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c817 int tile_cols, int tile_rows,
821 for (r = 0; r < tile_rows; ++r) {
823 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1);
839 const int tile_rows = 1 << cm->log2_tile_rows; local
867 assert(tile_rows <= 4);
878 get_tile_buffers(pbi, data, data_end, tile_cols, tile_rows, tile_buffers);
881 (tile_cols * tile_rows) != pbi->total_tiles) {
886 vpx_memalign(32, tile_cols * tile_rows * (sizeof(*pbi->tile_data))));
887 pbi->total_tiles = tile_rows * tile_cols;
891 for (tile_row = 0; tile_row < tile_rows;
815 get_tile_buffers(VP9Decoder *pbi, const uint8_t *data, const uint8_t *data_end, int tile_cols, int tile_rows, TileBuffer (*tile_buffers)[1 << 6]) argument
1003 const int tile_rows = 1 << cm->log2_tile_rows; local
1455 const int tile_rows = 1 << cm->log2_tile_rows; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c925 const int tile_rows = 1 << cm->log2_tile_rows; local
931 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
941 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
948 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1)
956 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) {
H A Dvp9_encoder.h209 int tile_rows; member in struct:VP9EncoderConfig
H A Dvp9_encodeframe.c3254 const int tile_rows = 1 << cm->log2_tile_rows; local
3258 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c785 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 local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c935 const int tile_rows = 1 << cm->log2_tile_rows; local
941 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
951 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
958 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1)
966 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) {
H A Dvp9_onyx_int.h276 int tile_rows; member in struct:VP9_CONFIG
H A Dvp9_encodeframe.c3320 const int tile_rows = 1 << cm->log2_tile_rows; local
3322 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c378 static const arg_def_t tile_rows = variable
419 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
/external/libvpx/libvpx/
H A Dvpxenc.c396 static const arg_def_t tile_rows = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,

Completed in 1133 milliseconds