Home
last modified time | relevance | path

Searched refs:dsp_ (Results 1 – 9 of 9) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dprediction.cc356 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 …]
Dtile.cc453 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/
Ddeblock.cc321 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()
Dsuper_res.cc57 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()
Dcdef.cc275 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()
Dloop_restoration.cc163 dsp_.loop_restorations[type - 2]; in ApplyLoopRestorationForOneRowInWindow()
Dpost_filter.cc149 dsp_(*dsp), in PostFilter()
/external/libgav1/libgav1/src/
Dpost_filter.h467 const dsp::Dsp& dsp_; variable
Dtile.h644 const dsp::Dsp& dsp_; variable