Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc587 uint16_t* const prediction_0, const uint8_t* const prediction_mask, in InterIntraPrediction() argument
593 assert(prediction_mask != nullptr); in InterIntraPrediction()
606 dest_stride / sizeof(uint16_t), prediction_mask, prediction_mask_stride, in InterIntraPrediction()
620 prediction_mask, prediction_mask_stride, prediction_width, in InterIntraPrediction()
625 const Block& block, const uint8_t* const prediction_mask, in CompoundInterPrediction() argument
654 /*prediction_stride=*/prediction_width, prediction_mask, in CompoundInterPrediction()
764 const uint8_t* prediction_mask = nullptr; in InterPrediction() local
771 prediction_mask = wedge_mask[0]; in InterPrediction()
778 prediction_mask = in InterPrediction()
796 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.h417 uint16_t* prediction_0, const uint8_t* prediction_mask,
424 const Block& block, const uint8_t* prediction_mask,
/external/libgav1/
DAndroid.bp114 "libgav1/src/prediction_mask.cc",