Home
last modified time | relevance | path

Searched refs:compound_prediction_buffer_8bpp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/src/
H A Dtile_scratch_buffer.h94 compound_prediction_buffer_8bpp[2][kMaxSuperBlockSizeSquareInPixels]; member
/aosp_15_r20/external/libgav1/src/tile/
H A Dprediction.cc622 prediction[0] = block.scratch_buffer->compound_prediction_buffer_8bpp[0]; in CompoundInterPrediction()
623 prediction[1] = block.scratch_buffer->compound_prediction_buffer_8bpp[1]; in CompoundInterPrediction()