Lines Matching refs:prediction_mask
582 uint16_t* const prediction_0, const uint8_t* const prediction_mask, in InterIntraPrediction() argument
588 assert(prediction_mask != nullptr); in InterIntraPrediction()
601 dest_stride / sizeof(uint16_t), prediction_mask, prediction_mask_stride, in InterIntraPrediction()
615 prediction_mask, prediction_mask_stride, prediction_width, in InterIntraPrediction()
620 const Block& block, const uint8_t* const prediction_mask, in CompoundInterPrediction() argument
649 /*prediction_stride=*/prediction_width, prediction_mask, in CompoundInterPrediction()
759 const uint8_t* prediction_mask = nullptr; in InterPrediction() local
766 prediction_mask = wedge_mask[0]; in InterPrediction()
773 prediction_mask = in InterPrediction()
791 prediction_mask = block.scratch_buffer->weight_mask; in InterPrediction()
796 CompoundInterPrediction(block, prediction_mask, prediction_mask_stride, in InterPrediction()
806 block.scratch_buffer->prediction_buffer[0], prediction_mask, in InterPrediction()