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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c921 int tile_row, tile_col; local
931 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
932 if (tile_row)
933 tok[tile_row][0] = tok[tile_row - 1][tile_cols - 1] +
934 cpi->tok_count[tile_row - 1][tile_cols - 1];
937 tok[tile_row][tile_col] = tok[tile_row][tile_co
[all...]
H A Dvp9_encodeframe.c3255 int tile_col, tile_row; local
3258 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
3264 vp9_tile_init(&tile, cm, tile_row, tile_col);
3272 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tok - old_tok);
/external/libvpx/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.c3317 int tile_col, tile_row; local
3322 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
3329 vp9_tile_init(&tile, cm, tile_row, tile_col);
3337 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tp - tp_old);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c841 int tile_row, tile_col; local
891 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
894 const TileBuffer *const buf = &tile_buffers[tile_row][tile_col];
895 tile_data = pbi->tile_data + tile_cols * tile_row + tile_col;
899 vp9_tile_init(&tile, tile_data->cm, tile_row, tile_col);
908 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c787 int tile_row, tile_col; local
803 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
805 const int last_tile = tile_row == tile_rows - 1 &&
808 TileBuffer *const buf = &tile_buffers[tile_row][tile_col];
816 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
820 const int last_tile = tile_row
[all...]
/external/libhevc/decoder/
H A Dihevcd_utils.c441 WORD32 tile_row, tile_col; local
452 tile_row = 0;
501 tile_row = i;
507 *pi4_tile_idx = tile_row * ps_pps->i1_num_tile_columns

Completed in 724 milliseconds