Searched refs:tile_ptr (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/src/ |
D | decoder_impl.cc | 139 for (const auto& tile_ptr : tiles) { in DecodeTilesNonFrameParallel() local 140 if (!tile_ptr->ProcessSuperBlockRow<kProcessingModeParseAndDecode, true>( in DecodeTilesNonFrameParallel() 177 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local 178 if (!tile_ptr->ParseAndDecode()) { in DecodeTilesThreadedNonFrameParallel() 179 LIBGAV1_DLOG(ERROR, "Error decoding tile #%d", tile_ptr->number()); in DecodeTilesThreadedNonFrameParallel() 194 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local 195 if (!tile_ptr->ParseAndDecode()) { in DecodeTilesThreadedNonFrameParallel() 196 LIBGAV1_DLOG(ERROR, "Error decoding tile #%d", tile_ptr->number()); in DecodeTilesThreadedNonFrameParallel() 246 for (const auto& tile_ptr : tiles) { in DecodeTilesFrameParallel() local 247 if (!tile_ptr->ProcessSuperBlockRow<kProcessingModeDecodeOnly, false>( in DecodeTilesFrameParallel() [all …]
|
D | tile.h | 787 Block(Tile* tile_ptr, BlockSize size, int row4x4, int column4x4, in Block() 789 : tile(*tile_ptr), in Block()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu.h | 282 S* const tile_ptr = tile_idx + shared_data; 283 tile_ptr[0] = static_cast<S>(ldg(in_ptr)); 285 tile_ptr[tile_offset] = static_cast<S>(ldg(tensor_offset + in_ptr)); 308 const S* const tile_ptr = shared_offset + shared_data; 309 sum1 += filter_value * tile_ptr[0]; 310 sum2 += filter_value * tile_ptr[tile_offset]; 573 S* const tile_ptr = tile_idx + shared_data; 574 tile_ptr[0] = static_cast<S>(ldg(in_ptr)); 576 tile_ptr[tile_offset] = static_cast<S>(ldg(block_pixels + in_ptr)); 601 const S* const tile_ptr = shared_offset + shared_data; [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionSycl.h | 480 tile_ptr; typedef 503 tile_ptr ptr; 538 tile_ptr lhs_scratch_ptr_compute; 539 tile_ptr rhs_scratch_ptr_compute;
|