• Home
  • Raw
  • Download

Lines Matching refs:prediction_width

585     const int prediction_width, const int prediction_height,  in InterIntraPrediction()  argument
602 prediction_width, prediction_height, dest, dest_stride); in InterIntraPrediction()
615 prediction_mask, prediction_mask_stride, prediction_width, in InterIntraPrediction()
621 const ptrdiff_t prediction_mask_stride, const int prediction_width, in CompoundInterPrediction() argument
649 /*prediction_stride=*/prediction_width, prediction_mask, in CompoundInterPrediction()
650 prediction_mask_stride, prediction_width, prediction_height, dest, in CompoundInterPrediction()
654 DistanceWeightedPrediction(prediction[0], prediction[1], prediction_width, in CompoundInterPrediction()
661 dsp_.average_blend(prediction[0], prediction[1], prediction_width, in CompoundInterPrediction()
668 const Block& block, const Plane plane, const int prediction_width, in GetWarpParams() argument
674 if (prediction_width < 8 || prediction_height < 8 || in GetWarpParams()
682 prediction_parameters.num_warp_samples, DivideBy4(prediction_width), in GetWarpParams()
708 const int y, const int prediction_width, in InterPrediction() argument
731 GetWarpParams(block, plane, prediction_width, prediction_height, in InterPrediction()
735 if (!BlockWarpProcess(block, plane, index, x, y, prediction_width, in InterPrediction()
748 prediction_width, prediction_height, candidate_row, in InterPrediction()
775 [GetInterIntraMaskLookupIndex(prediction_width)] in InterPrediction()
777 prediction_mask_stride = prediction_width; in InterPrediction()
781 assert(prediction_width >= 8); in InterPrediction()
783 dsp_.weight_mask[FloorLog2(prediction_width) - 3] in InterPrediction()
797 prediction_width, prediction_height, subsampling_x, in InterPrediction()
802 return ObmcPrediction(block, plane, prediction_width, prediction_height); in InterPrediction()
807 prediction_mask_stride, prediction_parameters, prediction_width, in InterPrediction()
871 const int prediction_width = in ObmcPrediction() local
875 prediction_width, prediction_height, in ObmcPrediction()
891 const int prediction_width = std::min(width >> 1, 32 >> subsampling_x); in ObmcPrediction() local
908 prediction_width, prediction_height, block_start_x, in ObmcPrediction()