Searched refs:prediction_mask (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 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() [all …]
|
/external/libgav1/libgav1/src/ |
D | libgav1_decoder.cmake | 49 "${libgav1_source}/prediction_mask.cc" 50 "${libgav1_source}/prediction_mask.h"
|
D | tile.h | 429 uint16_t* prediction_0, const uint8_t* prediction_mask, 436 const Block& block, const uint8_t* prediction_mask,
|
/external/libgav1/ |
D | Android.bp | 150 "libgav1/src/prediction_mask.cc",
|