Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.h24 int tile_idx; member
Dvp9_bitstream.c928 write_modes(cpi, xd, &cpi->tile_data[data->tile_idx].tile_info, in encode_tile_worker()
929 &data->bit_writer, tile_row, data->tile_idx, in encode_tile_worker()
986 data->tile_idx = tile_col; in encode_tiles_mt()
1063 int tile_idx = tile_row * tile_cols + tile_col; in encode_tiles() local
1070 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.cu.cc235 const int tile_idx = tile_pix * kBlockDepth + thread_depth; in DepthwiseConv2dGPUKernelNHWCSmall() local
257 T* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dGPUKernelNHWCSmall()
513 const int tile_idx = data_idx + pad_offset; in DepthwiseConv2dGPUKernelNCHWSmall() local
537 T* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dGPUKernelNCHWSmall()
1185 const int tile_idx = tile_pix * kBlockDepth + thread_depth; in DepthwiseConv2dBackpropFilterGPUKernelNHWCSmall() local
1206 T* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dBackpropFilterGPUKernelNHWCSmall()
1453 const int tile_idx = data_idx + pad_offset; in DepthwiseConv2dBackpropFilterGPUKernelNCHWSmall() local
1471 T* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dBackpropFilterGPUKernelNCHWSmall()
/external/libhevc/decoder/
Dihevcd_process_slice.c1383 WORD32 tile_idx; in ihevcd_init_proc_ctxt() local
1411 &tile_idx); in ihevcd_init_proc_ctxt()
1413 ps_proc->ps_tile = ps_pps->ps_tile + tile_idx; in ihevcd_init_proc_ctxt()
1414 ps_proc->i4_cur_tile_idx = tile_idx; in ihevcd_init_proc_ctxt()
1419 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()