Searched refs:tile_row (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c931 int tile_row, tile_col; local
941 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
942 if (tile_row)
943 tok[tile_row][0] = tok[tile_row - 1][tile_cols - 1] +
944 cpi->tok_count[tile_row - 1][tile_cols - 1];
947 tok[tile_row][tile_col] = tok[tile_row][tile_co
[all...]
H A Dvp9_encodeframe.c3147 int tile_col, tile_row; local
3152 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
3158 vp9_tile_init(&tile, cm, tile_row, tile_col);
3166 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tp - tp_old);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c789 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
[all...]

Completed in 190 milliseconds