Searched refs:dsp_ (Results 1 – 9 of 9) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 358 dsp_.filter_intra_predictor(dest, dest_stride, top_row, left_column, in IntraPrediction() 369 dsp_.intra_predictors[tx_size][predictor](dest, dest_stride, top_row, in IntraPrediction() 434 dsp_.intra_predictors[tx_size][dsp::kIntraPredictorVertical]( in DirectionalPrediction() 439 dsp_.intra_predictors[tx_size][dsp::kIntraPredictorHorizontal]( in DirectionalPrediction() 460 dsp_.intra_edge_filter(top_row - 1, num_pixels, strength); in DirectionalPrediction() 469 dsp_.intra_edge_filter(left_column - 1, num_pixels, strength); in DirectionalPrediction() 476 dsp_.intra_edge_upsampler(top_row, num_pixels); in DirectionalPrediction() 482 dsp_.intra_edge_upsampler(left_column, num_pixels); in DirectionalPrediction() 488 dsp_.directional_intra_predictor_zone1(dest, stride, top_row, width, height, in DirectionalPrediction() 495 dsp_.directional_intra_predictor_zone2(dest, stride, top_row, left_column, in DirectionalPrediction() [all …]
|
D | tile.cc | 452 dsp_(*dsp), 1740 Reconstruct(dsp_, tx_type, tx_size, in ReconstructBlock() 1747 Reconstruct(dsp_, tx_type, tx_size, in ReconstructBlock()
|
/external/libgav1/libgav1/src/post_filter/ |
D | super_res.cc | 40 dsp_.super_res(superres_coefficients_[static_cast<int>(plane != 0)], in ApplySuperRes() 54 dsp_.super_res(superres_coefficients_[static_cast<int>(plane != 0)], in ApplySuperRes() 72 dsp_.super_res(superres_coefficients_[static_cast<int>(plane != 0)], in ApplySuperRes() 85 dsp_.super_res( in ApplySuperRes()
|
D | deblock.cc | 320 dsp_.loop_filters[size][kLoopFilterTypeHorizontal]( in HorizontalDeblockFilter() 356 dsp_.loop_filters[size][kLoopFilterTypeHorizontal]( in HorizontalDeblockFilter() 362 dsp_.loop_filters[size][kLoopFilterTypeHorizontal]( in HorizontalDeblockFilter() 399 dsp_.loop_filters[size][kLoopFilterTypeVertical]( in VerticalDeblockFilter() 443 dsp_.loop_filters[size][type]( in VerticalDeblockFilter() 449 dsp_.loop_filters[size][type]( in VerticalDeblockFilter()
|
D | cdef.cc | 398 dsp_.cdef_direction(src_buffer, src_stride, &direction_y[y_index], in ApplyCdefForOneUnit() 401 dsp_.cdef_direction(cdef_src, kCdefUnitSizeWithBorders * 2, in ApplyCdefForOneUnit() 416 dsp_.cdef_direction(direction_src, 8, &direction_y[y_index], in ApplyCdefForOneUnit() 436 dsp_.cdef_filters[1][strength_index]( in ApplyCdefForOneUnit() 567 dsp_.cdef_filters[width_index][uv_strength_index]( in ApplyCdefForOneUnit()
|
D | loop_restoration.cc | 87 dsp_.loop_restorations[type - 2]; in ApplyLoopRestorationForOneRow()
|
D | post_filter.cc | 148 dsp_(*dsp), in PostFilter()
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 470 const dsp::Dsp& dsp_; variable
|
D | tile.h | 656 const dsp::Dsp& dsp_; variable
|