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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.h 41 int tile_row, int tile_col);
vp9_ethread.c 46 int tile_row = 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_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
805 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
807 const int last_tile = tile_row == tile_rows - 1 &&
810 TileBuffer *const buf = &tile_buffers[tile_row][tile_col];
818 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
822 const int last_tile = tile_row == tile_rows - 1 &
    [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 1435 int tile_row, tile_col; local
    [all...]

Completed in 9061 milliseconds