Lines Matching refs:prediction_mask_stride
583 const ptrdiff_t prediction_mask_stride, in InterIntraPrediction() argument
601 dest_stride / sizeof(uint16_t), prediction_mask, prediction_mask_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
650 prediction_mask_stride, prediction_width, prediction_height, dest, in CompoundInterPrediction()
758 ptrdiff_t prediction_mask_stride = 0; in InterPrediction() local
767 prediction_mask_stride = wedge_mask.columns(); in InterPrediction()
777 prediction_mask_stride = prediction_width; in InterPrediction()
792 prediction_mask_stride = kMaxSuperBlockSizeInPixels; in InterPrediction()
796 CompoundInterPrediction(block, prediction_mask, prediction_mask_stride, in InterPrediction()
807 prediction_mask_stride, prediction_parameters, prediction_width, in InterPrediction()