Lines Matching refs:prediction_parameters
253 const PredictionParameters& prediction_parameters = in IntraPrediction() local
254 *block.bp->prediction_parameters; in IntraPrediction()
256 (plane == kPlaneY && prediction_parameters.use_filter_intra); in IntraPrediction()
260 prediction_parameters.angle_delta[GetPlaneType(plane)] * in IntraPrediction()
359 prediction_parameters.filter_intra_mode, width, in IntraPrediction()
521 assert(block.bp->prediction_parameters in PalettePrediction()
525 palette[block.bp->prediction_parameters in PalettePrediction()
546 const PredictionParameters& prediction_parameters = in ChromaFromLumaPrediction() local
547 *block.bp->prediction_parameters; in ChromaFromLumaPrediction()
556 prediction_parameters.max_luma_width - luma_x, in ChromaFromLumaPrediction()
557 prediction_parameters.max_luma_height - luma_y, in ChromaFromLumaPrediction()
568 (plane == kPlaneU) ? prediction_parameters.cfl_alpha_u in ChromaFromLumaPrediction()
569 : prediction_parameters.cfl_alpha_v); in ChromaFromLumaPrediction()
584 const PredictionParameters& prediction_parameters, in InterIntraPrediction() argument
589 assert(prediction_parameters.compound_prediction_type == in InterIntraPrediction()
591 prediction_parameters.compound_prediction_type == in InterIntraPrediction()
598 prediction_parameters.is_wedge_inter_intra, subsampling_x, in InterIntraPrediction()
606 const int function_index = prediction_parameters.is_wedge_inter_intra in InterIntraPrediction()
625 const PredictionParameters& prediction_parameters = in CompoundInterPrediction() local
626 *block.bp->prediction_parameters; in CompoundInterPrediction()
642 switch (prediction_parameters.compound_prediction_type) { in CompoundInterPrediction()
646 prediction_parameters.is_wedge_inter_intra, in CompoundInterPrediction()
659 assert(prediction_parameters.compound_prediction_type == in CompoundInterPrediction()
670 const PredictionParameters& prediction_parameters, in GetWarpParams() argument
680 prediction_parameters.motion_mode == kMotionModeLocalWarp && in GetWarpParams()
682 prediction_parameters.num_warp_samples, DivideBy4(prediction_width), in GetWarpParams()
684 block.bp->mv.mv[0], prediction_parameters.warp_estimate_candidates, in GetWarpParams()
688 if (prediction_parameters.motion_mode == kMotionModeLocalWarp && in GetWarpParams()
721 const PredictionParameters& prediction_parameters = in InterPrediction() local
722 *block.bp->prediction_parameters; in InterPrediction()
732 prediction_parameters, reference_type, is_local_valid, in InterPrediction()
742 prediction_parameters.use_intra_block_copy in InterPrediction()
760 if (prediction_parameters.compound_prediction_type == in InterPrediction()
764 [prediction_parameters.wedge_sign] in InterPrediction()
765 [prediction_parameters.wedge_index]; in InterPrediction()
768 } else if (prediction_parameters.compound_prediction_type == in InterPrediction()
772 assert(prediction_parameters.inter_intra_mode < kNumInterIntraModes); in InterPrediction()
774 kInterIntraMasks[prediction_parameters.inter_intra_mode] in InterPrediction()
778 } else if (prediction_parameters.compound_prediction_type == in InterPrediction()
785 [static_cast<int>(prediction_parameters.mask_is_inverse)]( in InterPrediction()
800 } else if (prediction_parameters.motion_mode == kMotionModeObmc) { in InterPrediction()
807 prediction_mask_stride, prediction_parameters, prediction_width, in InterPrediction()