/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 138 (*tile_idx / output_frame_width_in_tiles) * tile_height; in decode_tile() 140 (*tile_idx % output_frame_width_in_tiles) * tile_width; in decode_tile() 143 (*tile_idx)++; in decode_tile() 293 int tile_idx = 0; in main() local 310 tile_idx = 0; in main() 332 &output, &tile_idx, &output_bit_depth, &img, output_format); in main()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.h | 24 int tile_idx; member
|
D | vp9_bitstream.c | 948 write_modes(cpi, xd, &cpi->tile_data[data->tile_idx].tile_info, in encode_tile_worker() 949 &data->bit_writer, tile_row, data->tile_idx, in encode_tile_worker() 1006 data->tile_idx = tile_col; in encode_tiles_mt() 1083 int tile_idx = tile_row * tile_cols + tile_col; in encode_tiles() local 1090 write_modes(cpi, xd, &cpi->tile_data[tile_idx].tile_info, &residual_bc, in encode_tiles()
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 421 int tile_idx) { in copy_decoded_tile_to_tile_list_buffer() argument 432 const int tr = tile_idx / (pbi->output_frame_width_in_tiles_minus_1 + 1); in copy_decoded_tile_to_tile_list_buffer() 433 const int tc = tile_idx % (pbi->output_frame_width_in_tiles_minus_1 + 1); in copy_decoded_tile_to_tile_list_buffer() 509 int tile_idx = 0; in read_and_decode_one_tile_list() local 554 copy_decoded_tile_to_tile_list_buffer(pbi, tile_idx); in read_and_decode_one_tile_list() 555 tile_idx++; in read_and_decode_one_tile_list()
|
/external/libaom/libaom/av1/encoder/ |
D | mv_prec.c | 361 const int tile_idx = tile_row * tile_cols + tile_col; in av1_collect_mv_stats() local 363 cpi->tile_data[tile_idx].tctx = *cm->fc; in av1_collect_mv_stats() 364 cpi->td.mb.e_mbd.tile_ctx = &cpi->tile_data[tile_idx].tctx; in av1_collect_mv_stats()
|
D | bitstream.c | 3521 const int tile_idx = tile_row * tile_cols + tile_col; in write_tiles_in_tg_obus() local 3522 TileDataEnc *this_tile = &cpi->tile_data[tile_idx]; in write_tiles_in_tg_obus() 3625 const int tile_idx = tile_row * tile_cols + tile_col; in write_tiles_in_tg_obus() local 3627 TileDataEnc *this_tile = &cpi->tile_data[tile_idx]; in write_tiles_in_tg_obus() 3646 data + curr_tg_data_size, tile_idx, in write_tiles_in_tg_obus() 3647 AOMMIN(tile_idx + tg_size - 1, tile_cols * tile_rows - 1), in write_tiles_in_tg_obus() 3657 if (tile_count == tg_size || tile_idx == (tile_cols * tile_rows - 1)) { in write_tiles_in_tg_obus()
|
D | encoder.c | 4960 const int tile_idx = tile_row * cm->tiles.cols + tile_col; in finalize_encoded_frame() local 4961 cpi->tile_data[tile_idx].tctx = *cm->fc; in finalize_encoded_frame()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu.h | 258 const int tile_idx = tile_pix * kBlockDepth + thread_depth; 280 S* const tile_ptr = tile_idx + shared_data; 547 const int tile_idx = data_idx + pad_offset; 571 S* const tile_ptr = tile_idx + shared_data; 1233 const int tile_idx = tile_pix * kBlockDepth + thread_depth; 1254 S* const tile_ptr = tile_idx + shared_data; 1504 const int tile_idx = data_idx + pad_offset; 1522 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 | 807 const int tile_idx = tile_col + tile_row * tile_cols; in loop_restoration_row_worker() local 825 const int unit_idx0 = tile_idx * ctxt[plane].rsi->units_per_tile; in loop_restoration_row_worker()
|
D | restoration.c | 1269 const int tile_idx = tile_col + tile_row * tile_cols; in foreach_rest_unit_in_tile() local 1270 const int unit_idx0 = tile_idx * units_per_tile; in foreach_rest_unit_in_tile()
|