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

  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 56 int tile_row, tile_col; local
75 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
76 RowMTInfo *row_mt_info = &multi_thread_ctxt->row_mt_info[tile_col];
82 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
83 TileDataEnc *this_tile = &cpi->tile_data[tile_col];
99 for (tile_col = 0; tile_col < tile_cols; tile_col++)
117 int tile_col; local
224 int tile_col, i; local
284 int tile_col; local
    [all...]
vp9_segmentation.c 194 int i, tile_col, mi_row, mi_col; local
211 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) {
214 vp9_tile_init(&tile, cm, 0, tile_col);
vp9_ethread.c 50 int tile_col = t % tile_cols; local
52 vp9_encode_tile(cpi, thread_data->td, tile_row, tile_col);
387 int tile_row, tile_col; local
409 tile_col = proc_job->tile_col_id;
412 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
477 int tile_row, tile_col; local
497 tile_col = proc_job->tile_col_id;
499 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
554 int tile_row, tile_col; local
572 tile_col = proc_job->tile_col_id
    [all...]
vp9_temporal_filter.c 580 int tile_col) {
584 &cpi->tile_data[tile_row * tile_cols + tile_col].tile_info;
601 int tile_row, tile_col; local
612 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
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);
967 int tile_col = 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
372 tile_col = 0;
398 tile_col = i;
427 + tile_col;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1379 int tile_row, tile_col; local
    [all...]

Completed in 445 milliseconds