Searched refs:tile_row (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.h | 41 int tile_row, int tile_col);
|
D | vp9_bitstream.c | 932 int tile_row, tile_col; in encode_tiles() local 941 for (tile_row = 0; tile_row < tile_rows; tile_row++) { in encode_tiles() 943 int tile_idx = tile_row * tile_cols + tile_col; in encode_tiles() 944 TOKENEXTRA *tok = cpi->tile_tok[tile_row][tile_col]; in encode_tiles() 946 tok_end = cpi->tile_tok[tile_row][tile_col] + in encode_tiles() 947 cpi->tok_count[tile_row][tile_col]; in encode_tiles() 949 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) in encode_tiles() 958 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) { in encode_tiles()
|
D | vp9_ethread.c | 45 int tile_row = t / tile_cols; in enc_worker_hook() local 48 vp9_encode_tile(cpi, thread_data->td, tile_row, tile_col); in enc_worker_hook()
|
D | vp9_encodeframe.c | 3769 int tile_col, tile_row; in vp9_init_tile_data() local 3780 for (tile_row = 0; tile_row < tile_rows; ++tile_row) in vp9_init_tile_data() 3783 &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_init_tile_data() 3794 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in vp9_init_tile_data() 3797 &cpi->tile_data[tile_row * tile_cols + tile_col].tile_info; in vp9_init_tile_data() 3798 vp9_tile_init(tile_info, cm, tile_row, tile_col); in vp9_init_tile_data() 3800 cpi->tile_tok[tile_row][tile_col] = pre_tok + tile_tok; in vp9_init_tile_data() 3801 pre_tok = cpi->tile_tok[tile_row][tile_col]; in vp9_init_tile_data() 3808 int tile_row, int tile_col) { in vp9_encode_tile() argument 3812 &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_tile() [all …]
|
/external/libvncserver/x11vnc/ |
D | scan.c | 151 tile_row = (XImage **) in initialize_tiles() 189 if (tile_row) { in free_tiles() 190 free(tile_row); in free_tiles() 191 tile_row = NULL; in free_tiles() 439 tile_row[i] = NULL; in initialize_polling_images() 488 if (! shm_create(&tile_row_shm[i], &tile_row[i], tile_x * i, in initialize_polling_images() 1776 copy_image(tile_row[nt], x, y, size_x, size_y); in copy_tiles() 1792 char *b_dst = tile_row[nt]->data; in copy_tiles() 1806 b_dst += tile_row[nt]->bytes_per_line; in copy_tiles() 1811 src = tile_row[nt]->data; in copy_tiles() [all …]
|
D | x11vnc_defs.c | 79 XImage **tile_row = NULL; /* for all possible row runs */ variable
|
D | x11vnc.h | 497 extern XImage **tile_row; /* for all possible row runs */
|
D | cleanup.c | 121 shm_clean(&tile_row_shm[i], tile_row[i]); in clean_shm()
|
D | README | 5726 19/03/2004 10:10:58 shmat(tile_row) failed.
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1430 int tile_row, tile_col; in decode_tiles() local 1477 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles() 1479 const TileBuffer *const buf = &tile_buffers[tile_row][tile_col]; in decode_tiles() 1480 tile_data = pbi->tile_data + tile_cols * tile_row + tile_col; in decode_tiles() 1487 vp9_tile_init(&tile_data->xd.tile, tile_data->cm, tile_row, tile_col); in decode_tiles() 1495 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles() 1497 vp9_tile_set_row(&tile, cm, tile_row); in decode_tiles() 1503 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()
|