/external/libaom/libaom/examples/ |
D | lightfield_tile_list_decoder.c | 66 unsigned int tile_idx; in write_tile_yuv1d() local 68 for (tile_idx = 0; tile_idx < tile_count; ++tile_idx) { in write_tile_yuv1d() 70 (tile_idx / output_frame_width_in_tiles) * tile_height; in write_tile_yuv1d() 72 (tile_idx % output_frame_width_in_tiles) * tile_width; in write_tile_yuv1d()
|
D | lightfield_decoder.c | 96 int *tile_idx, unsigned int *output_bit_depth, in decode_tile() argument 137 (*tile_idx / output_frame_width_in_tiles) * tile_height; in decode_tile() 139 (*tile_idx % output_frame_width_in_tiles) * tile_width; in decode_tile() 142 (*tile_idx)++; in decode_tile() 290 int tile_idx = 0; in main() local 307 tile_idx = 0; in main() 329 &output, &tile_idx, &output_bit_depth, &img, output_format); in main()
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 415 int tile_idx) { in copy_decoded_tile_to_tile_list_buffer() argument 426 const int tr = tile_idx / (pbi->output_frame_width_in_tiles_minus_1 + 1); in copy_decoded_tile_to_tile_list_buffer() 427 const int tc = tile_idx % (pbi->output_frame_width_in_tiles_minus_1 + 1); in copy_decoded_tile_to_tile_list_buffer() 503 int tile_idx = 0; in read_and_decode_one_tile_list() local 547 copy_decoded_tile_to_tile_list_buffer(pbi, tile_idx); in read_and_decode_one_tile_list() 548 tile_idx++; in read_and_decode_one_tile_list()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.h | 24 int tile_idx; member
|
D | vp9_bitstream.c | 943 write_modes(cpi, xd, &cpi->tile_data[data->tile_idx].tile_info, in encode_tile_worker() 944 &data->bit_writer, tile_row, data->tile_idx, in encode_tile_worker() 1001 data->tile_idx = tile_col; in encode_tiles_mt() 1078 int tile_idx = tile_row * tile_cols + tile_col; in encode_tiles() local 1085 write_modes(cpi, xd, &cpi->tile_data[tile_idx].tile_info, &residual_bc, in encode_tiles()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu.h | 241 const int tile_idx = tile_pix * kBlockDepth + thread_depth; in DepthwiseConv2dGPUKernelNHWCSmall() local 263 S* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dGPUKernelNHWCSmall() 523 const int tile_idx = data_idx + pad_offset; in DepthwiseConv2dGPUKernelNCHWSmall() local 547 S* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dGPUKernelNCHWSmall() 1237 const int tile_idx = tile_pix * kBlockDepth + thread_depth; 1258 S* const tile_ptr = tile_idx + shared_data; 1507 const int tile_idx = data_idx + pad_offset; 1525 S* const tile_ptr = tile_idx + shared_data;
|
/external/libhevc/decoder/ |
D | ihevcd_process_slice.c | 1387 WORD32 tile_idx; in ihevcd_init_proc_ctxt() local 1415 &tile_idx); in ihevcd_init_proc_ctxt() 1417 ps_proc->ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_init_proc_ctxt() 1418 ps_proc->i4_cur_tile_idx = tile_idx; in ihevcd_init_proc_ctxt() 1423 if(tile_idx) in ihevcd_init_proc_ctxt()
|
D | ihevcd_parse_slice.c | 2299 WORD32 tile_idx; in ihevcd_parse_slice_data() local 2348 &tile_idx); in ihevcd_parse_slice_data() 2349 ps_codec->s_parse.ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_parse_slice_data() 2350 ps_codec->s_parse.i4_cur_tile_idx = tile_idx; in ihevcd_parse_slice_data() 2352 if(tile_idx) in ihevcd_parse_slice_data() 2534 &tile_idx); in ihevcd_parse_slice_data() 2536 ps_codec->s_parse.ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_parse_slice_data() 2537 ps_codec->s_parse.i4_cur_tile_idx = tile_idx; in ihevcd_parse_slice_data()
|
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 800 const int tile_idx = tile_col + tile_row * tile_cols; in loop_restoration_row_worker() local 818 const int unit_idx0 = tile_idx * ctxt[plane].rsi->units_per_tile; in loop_restoration_row_worker()
|
D | restoration.c | 1252 const int tile_idx = tile_col + tile_row * tile_cols; in foreach_rest_unit_in_tile() local 1253 const int unit_idx0 = tile_idx * units_per_tile; in foreach_rest_unit_in_tile()
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 3478 const int tile_idx = tile_row * tile_cols + tile_col; in write_tiles_in_tg_obus() local 3479 TileDataEnc *this_tile = &cpi->tile_data[tile_idx]; in write_tiles_in_tg_obus() 3582 const int tile_idx = tile_row * tile_cols + tile_col; in write_tiles_in_tg_obus() local 3584 TileDataEnc *this_tile = &cpi->tile_data[tile_idx]; in write_tiles_in_tg_obus() 3603 data + curr_tg_data_size, tile_idx, in write_tiles_in_tg_obus() 3604 AOMMIN(tile_idx + tg_size - 1, tile_cols * tile_rows - 1), in write_tiles_in_tg_obus() 3614 if (tile_count == tg_size || tile_idx == (tile_cols * tile_rows - 1)) { in write_tiles_in_tg_obus()
|
D | encoder.c | 4175 const int tile_idx = tile_row * cm->tile_cols + tile_col; in finalize_encoded_frame() local 4176 cpi->tile_data[tile_idx].tctx = *cm->fc; in finalize_encoded_frame()
|