Searched refs:dsp_ (Results 1 – 9 of 9) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 356 dsp_.filter_intra_predictor(dest, dest_stride, top_row, left_column, in IntraPrediction() 367 dsp_.intra_predictors[tx_size][predictor](dest, dest_stride, top_row, in IntraPrediction() 439 dsp_.intra_predictors[tx_size][dsp::kIntraPredictorVertical]( in DirectionalPrediction() 444 dsp_.intra_predictors[tx_size][dsp::kIntraPredictorHorizontal]( in DirectionalPrediction() 465 dsp_.intra_edge_filter(top_row - 1, num_pixels, strength); in DirectionalPrediction() 474 dsp_.intra_edge_filter(left_column - 1, num_pixels, strength); in DirectionalPrediction() 481 dsp_.intra_edge_upsampler(top_row, num_pixels); in DirectionalPrediction() 487 dsp_.intra_edge_upsampler(left_column, num_pixels); in DirectionalPrediction() 493 dsp_.directional_intra_predictor_zone1(dest, stride, top_row, width, height, in DirectionalPrediction() 500 dsp_.directional_intra_predictor_zone2(dest, stride, top_row, left_column, in DirectionalPrediction() [all …]
|
D | tile.cc | 453 dsp_(*dsp), 1770 Reconstruct(dsp_, tx_type, tx_size, in ReconstructBlock() 1777 Reconstruct(dsp_, tx_type, tx_size, in ReconstructBlock()
|
/external/libgav1/libgav1/src/post_filter/ |
D | deblock.cc | 321 dsp_.loop_filters[size][kLoopFilterTypeHorizontal]( in HorizontalDeblockFilter() 357 dsp_.loop_filters[size][kLoopFilterTypeHorizontal]( in HorizontalDeblockFilter() 363 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 | super_res.cc | 57 dsp_.super_res_row(in_place ? input : line_buffer_start, in ApplySuperRes() 72 dsp_.super_res_row(in_place ? input : line_buffer_start, in ApplySuperRes()
|
D | cdef.cc | 275 dsp_.cdef_direction(src_buffer, src_stride, &direction_y[y_index], in ApplyCdefForOneUnit() 298 dsp_.cdef_filters[1][strength_index]( in ApplyCdefForOneUnit() 408 dsp_.cdef_filters[width_index][uv_strength_index]( in ApplyCdefForOneUnit()
|
D | loop_restoration.cc | 163 dsp_.loop_restorations[type - 2]; in ApplyLoopRestorationForOneRowInWindow()
|
D | post_filter.cc | 149 dsp_(*dsp), in PostFilter()
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 467 const dsp::Dsp& dsp_; variable
|
D | tile.h | 644 const dsp::Dsp& dsp_; variable
|