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

  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 56 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...]
vp9_ethread.c 49 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 = proc_job->tile_row_id
    [all...]
vp9_temporal_filter.c 579 static void temporal_filter_iterate_tile_c(VP9_COMP *cpi, int tile_row,
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);
vp9_bitstream.c 484 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
1043 int tile_row, tile_col; local
    [all...]
vp9_encodeframe.c 4350 int tile_col, tile_row; local
4444 int tile_col, tile_row; local
    [all...]
  /external/libhevc/decoder/
ihevcd_utils.c 360 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
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1379 int tile_row, tile_col; local
    [all...]

Completed in 238 milliseconds