Searched refs:tile_row (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.h | 41 int tile_row, int tile_col);
|
D | vp9_bitstream.c | 931 int tile_row, tile_col; in encode_tiles() local 940 for (tile_row = 0; tile_row < tile_rows; tile_row++) { in encode_tiles() 942 int tile_idx = tile_row * tile_cols + tile_col; in encode_tiles() 943 TOKENEXTRA *tok = cpi->tile_tok[tile_row][tile_col]; in encode_tiles() 945 tok_end = cpi->tile_tok[tile_row][tile_col] + in encode_tiles() 946 cpi->tok_count[tile_row][tile_col]; in encode_tiles() 948 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) in encode_tiles() 957 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) { in encode_tiles()
|
D | vp9_ethread.c | 46 int tile_row = t / tile_cols; in enc_worker_hook() local 49 vp9_encode_tile(cpi, thread_data->td, tile_row, tile_col); in enc_worker_hook()
|
D | vp9_encodeframe.c | 3786 int tile_col, tile_row; in vp9_init_tile_data() local 3797 for (tile_row = 0; tile_row < tile_rows; ++tile_row) in vp9_init_tile_data() 3800 &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_init_tile_data() 3811 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in vp9_init_tile_data() 3814 &cpi->tile_data[tile_row * tile_cols + tile_col].tile_info; in vp9_init_tile_data() 3815 vp9_tile_init(tile_info, cm, tile_row, tile_col); in vp9_init_tile_data() 3817 cpi->tile_tok[tile_row][tile_col] = pre_tok + tile_tok; in vp9_init_tile_data() 3818 pre_tok = cpi->tile_tok[tile_row][tile_col]; in vp9_init_tile_data() 3825 int tile_row, int tile_col) { in vp9_encode_tile() argument 3829 &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_tile() [all …]
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1435 int tile_row, tile_col; in decode_tiles() local 1484 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles() 1486 const TileBuffer *const buf = &tile_buffers[tile_row][tile_col]; in decode_tiles() 1487 tile_data = pbi->tile_data + tile_cols * tile_row + tile_col; in decode_tiles() 1494 vp9_tile_init(&tile_data->xd.tile, tile_data->cm, tile_row, tile_col); in decode_tiles() 1502 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles() 1504 vp9_tile_set_row(&tile, cm, tile_row); in decode_tiles() 1510 tile_data = pbi->tile_data + tile_cols * tile_row + col; in decode_tiles()
|
/external/libhevc/decoder/ |
D | ihevcd_utils.c | 360 WORD32 tile_row, tile_col; in ihevcd_get_tile_pos() local 371 tile_row = 0; in ihevcd_get_tile_pos() 420 tile_row = i; in ihevcd_get_tile_pos() 426 *pi4_tile_idx = tile_row * ps_pps->i1_num_tile_columns in ihevcd_get_tile_pos()
|