Lines Matching refs:scratch_buffer

537   if (!block.scratch_buffer->cfl_luma_buffer_valid) {  in ChromaFromLumaPrediction()
541 block.scratch_buffer->cfl_luma_buffer, in ChromaFromLumaPrediction()
546 block.scratch_buffer->cfl_luma_buffer_valid = true; in ChromaFromLumaPrediction()
553 buffer_[plane].columns(), block.scratch_buffer->cfl_luma_buffer, in ChromaFromLumaPrediction()
618 prediction[0] = block.scratch_buffer->prediction_buffer[0]; in CompoundInterPrediction()
619 prediction[1] = block.scratch_buffer->prediction_buffer[1]; in CompoundInterPrediction()
622 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()
735 candidate_column, block.scratch_buffer->prediction_buffer[index], in InterPrediction()
772 block.scratch_buffer->prediction_buffer[0], in InterPrediction()
773 block.scratch_buffer->prediction_buffer[1], in InterPrediction()
774 block.scratch_buffer->weight_mask, block.width); in InterPrediction()
776 prediction_mask = block.scratch_buffer->weight_mask; in InterPrediction()
791 block.scratch_buffer->prediction_buffer[0], prediction_mask, in InterPrediction()
810 static_assert(sizeof(block.scratch_buffer->prediction_buffer[1]) >= in ObmcBlockPrediction()
814 reinterpret_cast<uint8_t*>(block.scratch_buffer->prediction_buffer[1]); in ObmcBlockPrediction()
1194 convolve_buffer_stride = block.scratch_buffer->convolve_block_buffer_stride; in BlockInterPrediction()
1201 block.scratch_buffer->convolve_block_buffer.get(), in BlockInterPrediction()
1209 block.scratch_buffer->convolve_block_buffer.get(), in BlockInterPrediction()
1214 block_start = block.scratch_buffer->convolve_block_buffer.get() + in BlockInterPrediction()
1278 uint16_t* const prediction = block.scratch_buffer->prediction_buffer[index]; in BlockWarpProcess()