• Home
  • Raw
  • Download

Lines Matching refs:dsp_

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()
502 dsp_.directional_intra_predictor_zone3(dest, stride, left_column, width, in DirectionalPrediction()
554 dsp_.cfl_subsamplers[tx_size][subsampling_x + subsampling_y]( in ChromaFromLumaPrediction()
565 dsp_.cfl_intra_predictors[tx_size]( in ChromaFromLumaPrediction()
597 GetMaskBlendFunc(dsp_, /*is_inter_intra=*/true, in InterIntraPrediction()
613 dsp_.inter_intra_mask_blend_8bpp[function_index]( in InterIntraPrediction()
645 GetMaskBlendFunc(dsp_, /*is_inter_intra=*/false, in CompoundInterPrediction() local
661 dsp_.average_blend(prediction[0], prediction[1], prediction_width, in CompoundInterPrediction()
783 dsp_.weight_mask[FloorLog2(prediction_width) - 3] in InterPrediction()
841 dsp_.obmc_blend[blending_direction](prediction, prediction_stride, width, in ObmcBlockPrediction()
939 dsp_.distance_weighted_blend(prediction_0, prediction_1, weight[0], weight[1], in DistanceWeightedPrediction()
1258 dsp::ConvolveScaleFunc convolve_func = dsp_.convolve_scale[is_compound]; in BlockInterPrediction()
1269 dsp_.convolve[reference_frame_index == -1][is_compound] in BlockInterPrediction()
1332 dsp_.warp_compound(source, source_stride, source_width, source_height, in BlockWarpProcess()
1352 dsp_.warp(source, source_stride, source_width, source_height, in BlockWarpProcess()