/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.h | 41 int tile_row, int tile_col);
|
vp9_segmentation.c | 204 int i, tile_col, mi_row, mi_col; local 221 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) { 224 vp9_tile_init(&tile, cm, 0, tile_col);
|
vp9_ethread.c | 47 int tile_col = t % tile_cols; local 49 vp9_encode_tile(cpi, thread_data->td, tile_row, tile_col);
|
vp9_bitstream.c | 931 int tile_row, tile_col; local [all...] |
vp9_encodeframe.c | 3786 int tile_col, tile_row; local 3851 int tile_col, tile_row; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_segmentation.c | 222 int i, tile_col, mi_row, mi_col; local 242 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) { 245 vp9_tile_init(&tile, cm, 0, tile_col);
|
vp9_bitstream.c | 931 int tile_row, tile_col; local [all...] |
vp9_encodeframe.c | 3147 int tile_col, tile_row; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 789 int tile_row, tile_col; local 806 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { 808 tile_col == tile_cols - 1; 810 TileBuffer *const buf = &tile_buffers[tile_row][tile_col]; 819 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { 820 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - [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 | 1435 int tile_row, tile_col; local [all...] |