Searched defs:tile_row (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c56 int tile_row, tile_col; local
98 for (tile_row = 1; tile_row < tile_rows; tile_row++) {
100 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
107 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
108 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols];
110 multi_thread_ctxt->num_tile_vert_sbs[tile_row]
119 int tile_row; local
237 int tile_row = 0; local
[all...]
H A Dvp9_ethread.c49 int tile_row = t / tile_cols; local
52 vp9_encode_tile(cpi, thread_data->td, tile_row, tile_col);
387 int tile_row, tile_col; local
410 tile_row = proc_job->tile_row_id;
412 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
477 int tile_row, tile_col; local
498 tile_row = proc_job->tile_row_id;
499 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
554 int tile_row, tile_col; local
573 tile_row
[all...]
H A Dvp9_temporal_filter.c579 static void temporal_filter_iterate_tile_c(VP9_COMP *cpi, int tile_row, argument
584 &cpi->tile_data[tile_row * tile_cols + tile_col].tile_info;
601 int tile_row, tile_col; local
611 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
613 temporal_filter_iterate_tile_c(cpi, tile_row, tile_col);
H A Dvp9_bitstream.c484 vpx_writer *w, int tile_row, int tile_col,
498 tok = cpi->tplist[tile_row][tile_col][tile_sb_row].start;
499 tok_end = tok + cpi->tplist[tile_row][tile_col][tile_sb_row].count;
507 assert(tok == cpi->tplist[tile_row][tile_col][tile_sb_row].stop);
924 const int tile_row = 0; local
927 &data->bit_writer, tile_row, data->tile_idx,
1043 int tile_row, tile_col; local
1059 for (tile_row = 0; tile_row < tile_rows; tile_row
482 write_modes( VP9_COMP *cpi, MACROBLOCKD *const xd, const TileInfo *const tile, vpx_writer *w, int tile_row, int tile_col, unsigned int *const max_mv_magnitude, int interp_filter_selected[MAX_REF_FRAMES][SWITCHABLE]) argument
[all...]
H A Dvp9_encoder.h815 static INLINE void get_start_tok(VP9_COMP *cpi, int tile_row, int tile_col, argument
819 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
826 cpi->tile_tok[tile_row][tile_col] + get_token_alloc(mb_row, tile_mb_cols);
H A Dvp9_encodeframe.c4350 int tile_col, tile_row; local
4362 for (tile_row = 0; tile_row < tile_rows; ++tile_row)
4365 &cpi->tile_data[tile_row * tile_cols + tile_col];
4379 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
4381 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
4383 vp9_tile_init(tile_info, cm, tile_row, tile_co
4396 vp9_encode_sb_row(VP9_COMP *cpi, ThreadData *td, int tile_row, int tile_col, int mi_row) argument
4426 vp9_encode_tile(VP9_COMP *cpi, ThreadData *td, int tile_row, int tile_col) argument
4444 int tile_col, tile_row; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_utils.c360 WORD32 tile_row, tile_col; local
371 tile_row = 0;
420 tile_row = i;
426 *pi4_tile_idx = tile_row * ps_pps->i1_num_tile_columns
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1379 int tile_row, tile_col; local
1418 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
1420 const TileBuffer *const buf = &tile_buffers[tile_row][tile_col];
1421 tile_data = pbi->tile_worker_data + tile_cols * tile_row + tile_col;
1427 vp9_tile_init(&tile_data->xd.tile, cm, tile_row, tile_col);
1435 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
[all...]

Completed in 116 milliseconds