Home
last modified time | relevance | path

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

/external/libgav1/src/
Ddecoder_impl.cc981 RefCountedBufferPtr film_grain_frame; in DecodeFrame() local
983 sequence_header, frame_header, current_frame, &film_grain_frame, in DecodeFrame()
1008 std::move(film_grain_frame); in DecodeFrame()
1100 RefCountedBufferPtr film_grain_frame; in DecodeTemporalUnit() local
1103 &film_grain_frame, in DecodeTemporalUnit()
1106 output_frame_queue_.Push(std::move(film_grain_frame)); in DecodeTemporalUnit()
1570 RefCountedBufferPtr* film_grain_frame, ThreadPool* thread_pool) { in ApplyFilmGrain() argument
1574 *film_grain_frame = displayable_frame; in ApplyFilmGrain()
1587 *film_grain_frame = displayable_frame; in ApplyFilmGrain()
1589 *film_grain_frame = buffer_pool_.GetFreeBuffer(); in ApplyFilmGrain()
[all …]
Ddecoder_impl.h205 RefCountedBufferPtr* film_grain_frame,