Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dtile_scratch_buffer.h81 compound_prediction_buffer_8bpp[2][kMaxSuperBlockSizeSquareInPixels]; member
/external/libgav1/libgav1/src/tile/
Dprediction.cc641 prediction[0] = block.scratch_buffer->compound_prediction_buffer_8bpp[0]; in CompoundInterPrediction()
642 prediction[1] = block.scratch_buffer->compound_prediction_buffer_8bpp[1]; in CompoundInterPrediction()