Home
last modified time | relevance | path

Searched refs:tile_idx (Results 1 – 12 of 12) sorted by relevance

/external/libaom/libaom/examples/
Dlightfield_tile_list_decoder.c66 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()
Dlightfield_decoder.c96 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/
Dobu.c415 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/
Dvp9_bitstream.h24 int tile_idx; member
Dvp9_bitstream.c943 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/
Ddepthwise_conv_op_gpu.h241 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/
Dihevcd_process_slice.c1387 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()
Dihevcd_parse_slice.c2299 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/
Dthread_common.c800 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()
Drestoration.c1252 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/
Dbitstream.c3478 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()
Dencoder.c4175 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()