Home
last modified time | relevance | path

Searched refs:prediction_mask (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dprediction.cc582 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/
Dlibgav1_decoder.cmake49 "${libgav1_source}/prediction_mask.cc"
50 "${libgav1_source}/prediction_mask.h"
Dtile.h429 uint16_t* prediction_0, const uint8_t* prediction_mask,
436 const Block& block, const uint8_t* prediction_mask,
/external/libgav1/
DAndroid.bp150 "libgav1/src/prediction_mask.cc",