Searched refs:prediction_mask_stride (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 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() [all …]
|
/external/libgav1/libgav1/src/ |
D | tile.h | 430 ptrdiff_t prediction_mask_stride, 437 ptrdiff_t prediction_mask_stride, int prediction_width,
|