Home
last modified time | relevance | path

Searched refs:frame_scratch_buffer (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/libgav1/src/
H A Ddecoder_impl.cc75 void SetFailureAndNotifyAll(FrameScratchBuffer* const frame_scratch_buffer, in SetFailureAndNotifyAll() argument
79 frame_scratch_buffer->superblock_row_mutex); in SetFailureAndNotifyAll()
80 frame_scratch_buffer->tile_decoding_failed = true; in SetFailureAndNotifyAll()
83 frame_scratch_buffer->superblock_row_progress_condvar.get(); in SetFailureAndNotifyAll()
94 std::unique_ptr<FrameScratchBuffer>* frame_scratch_buffer) in FrameScratchBufferReleaser() argument
96 frame_scratch_buffer_(frame_scratch_buffer) {} in FrameScratchBufferReleaser()
130 FrameScratchBuffer* const frame_scratch_buffer, in DecodeTilesNonFrameParallel() argument
135 frame_scratch_buffer->tile_scratch_buffer_pool.Get(); in DecodeTilesNonFrameParallel()
149 frame_scratch_buffer->tile_scratch_buffer_pool.Release( in DecodeTilesNonFrameParallel()
156 FrameScratchBuffer* const frame_scratch_buffer, in DecodeTilesThreadedNonFrameParallel() argument
[all …]
H A Dthreading_strategy.cc197 std::unique_ptr<FrameScratchBuffer> frame_scratch_buffer = in InitializeThreadPoolsForFrameParallel() local
199 if (frame_scratch_buffer == nullptr) { in InitializeThreadPoolsForFrameParallel()
207 if (!frame_scratch_buffer->threading_strategy.Reset( in InitializeThreadPoolsForFrameParallel()
212 frame_scratch_buffers.push_back_unchecked(std::move(frame_scratch_buffer)); in InitializeThreadPoolsForFrameParallel()
H A Dthreading_strategy_test.cc226 for (auto& frame_scratch_buffer : frame_scratch_buffers) { in VerifyFrameParallel() local
227 frame_scratch_buffer_pool.Release(std::move(frame_scratch_buffer)); in VerifyFrameParallel()
296 for (auto& frame_scratch_buffer : frame_scratch_buffers) { in TEST() local
297 frame_scratch_buffer_pool.Release(std::move(frame_scratch_buffer)); in TEST()
H A Dpost_filter_test.cc438 FrameScratchBuffer frame_scratch_buffer; in TestExtendFrame() local
440 PostFilter post_filter(frame_header, sequence_header, &frame_scratch_buffer, in TestExtendFrame()
517 FrameScratchBuffer frame_scratch_buffer; in TestApplySuperRes() local
519 ASSERT_TRUE(frame_scratch_buffer.threading_strategy.Reset(frame_header, in TestApplySuperRes()
525 ASSERT_TRUE(frame_scratch_buffer.superres_coefficients[kPlaneTypeY].Resize( in TestApplySuperRes()
530 ASSERT_TRUE(frame_scratch_buffer.superres_coefficients[kPlaneTypeUV].Resize( in TestApplySuperRes()
535 ASSERT_TRUE(frame_scratch_buffer.superres_line_buffer.Realloc( in TestApplySuperRes()
543 PostFilter post_filter(frame_header, sequence_header, &frame_scratch_buffer, in TestApplySuperRes()
H A Dtile.h76 const DecoderState& state, FrameScratchBuffer* const frame_scratch_buffer, in Create() argument
86 state, frame_scratch_buffer, wedge_masks, quantizer_matrix, in Create()
246 const DecoderState& state, FrameScratchBuffer* frame_scratch_buffer,
H A Ddecoder_impl.h198 FrameScratchBuffer* frame_scratch_buffer,
H A Dlibgav1_decoder.cmake32 "${libgav1_source}/frame_scratch_buffer.h"
H A Dpost_filter.h78 FrameScratchBuffer* frame_scratch_buffer, YuvBuffer* frame_buffer,
/aosp_15_r20/external/libgav1/src/post_filter/
H A Dpost_filter.cc49 FrameScratchBuffer* const frame_scratch_buffer, in PostFilter() argument
74 cdef_index_(frame_scratch_buffer->cdef_index),
75 cdef_skip_(frame_scratch_buffer->cdef_skip),
76 inter_transform_sizes_(frame_scratch_buffer->inter_transform_sizes),
77 restoration_info_(&frame_scratch_buffer->loop_restoration_info),
79 frame_scratch_buffer->superres_coefficients[kPlaneTypeY].get(),
80 frame_scratch_buffer
87 superres_line_buffer_(frame_scratch_buffer->superres_line_buffer),
88 block_parameters_(frame_scratch_buffer->block_parameters_holder),
90 cdef_border_(frame_scratch_buffer->cdef_border),
[all …]
/aosp_15_r20/external/libgav1/src/tile/
H A Dtile.cc420 FrameScratchBuffer* const frame_scratch_buffer, in Tile() argument
444 motion_field_(frame_scratch_buffer->motion_field),
449 symbol_decoder_context_(frame_scratch_buffer->symbol_decoder_context),
454 block_parameters_holder_(frame_scratch_buffer->block_parameters_holder),
465 cdef_index_(frame_scratch_buffer->cdef_index),
466 cdef_skip_(frame_scratch_buffer->cdef_skip),
467 inter_transform_sizes_(frame_scratch_buffer->inter_transform_sizes),
469 residual_buffer_pool_(frame_scratch_buffer->residual_buffer_pool.get()),
471 &frame_scratch_buffer->tile_scratch_buffer_pool),
477 ? &frame_scratch_buffer->intra_prediction_buffers.get()[row_]
/aosp_15_r20/external/skia/bazel/external/libgav1/
H A DBUILD.bazel174 "src/frame_scratch_buffer.h",
/aosp_15_r20/external/skia/third_party/libgav1/
H A DBUILD.gn181 "../externals/libgav1/src/frame_scratch_buffer.h",
/aosp_15_r20/out/soong/.intermediates/external/libgav1/libgav1/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31/obj/external/libgav1/src/post_filter/
Dsuper_res.o.d732 external/libgav1/src/frame_scratch_buffer.h \
Dpost_filter.o.d732 external/libgav1/src/frame_scratch_buffer.h \
Ddeblock.o.d734 external/libgav1/src/frame_scratch_buffer.h \
Dloop_restoration.o.d732 external/libgav1/src/frame_scratch_buffer.h \
Dcdef.o.d731 external/libgav1/src/frame_scratch_buffer.h \
/aosp_15_r20/out/soong/.intermediates/external/libgav1/libgav1/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31/obj/external/libgav1/src/tile/bitstream/
Dtransform_size.o.d826 external/libgav1/src/frame_scratch_buffer.h \
Dmode_info.o.d826 external/libgav1/src/frame_scratch_buffer.h \
Dpalette.o.d825 external/libgav1/src/frame_scratch_buffer.h \
Dpartition.o.d822 external/libgav1/src/frame_scratch_buffer.h \
/aosp_15_r20/out/soong/.intermediates/external/libgav1/libgav1/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31/obj/external/libgav1/src/
Dmotion_vector.o.d827 external/libgav1/src/frame_scratch_buffer.h \
Ddecoder.o.d781 external/libgav1/src/frame_scratch_buffer.h \
Dobu_parser.o.d782 external/libgav1/src/frame_scratch_buffer.h \
Ddecoder_impl.o.d779 external/libgav1/src/frame_scratch_buffer.h \

12