Home
last modified time | relevance | path

Searched refs:bitdepth_ (Results 1 – 8 of 8) sorted by relevance

/external/libgav1/libgav1/src/
Dtile_scratch_buffer.h117 if (bitdepth_ == bitdepth) return; in Reset()
119 if (bitdepth_ == 8 && bitdepth != 8) { in Reset()
128 bitdepth_ = bitdepth; in Reset()
136 if (scratch_buffer == nullptr || !scratch_buffer->Init(bitdepth_)) { in Get()
155 int bitdepth_ = 0; variable
Dyuv_buffer.h93 int bitdepth() const { return bitdepth_; } in bitdepth()
149 int bitdepth_ = 0; variable
Dyuv_buffer.cc191 bitdepth_ = bitdepth; in Realloc()
Dpost_filter.h472 const int8_t bitdepth_; variable
/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc155 bitdepth_(sequence_header.color_config.bitdepth), in PostFilter()
162 pixel_size_(static_cast<int>((bitdepth_ == 8) ? sizeof(uint8_t)
251 if (bitdepth_ >= 10) { in ExtendFrameBoundary()
Dsuper_res.cc49 if (bitdepth_ >= 10) { in ApplySuperRes()
217 if (bitdepth_ >= 10) { in SetupDeblockBuffer()
Dloop_restoration.cc354 if (bitdepth_ >= 10) { in ApplyLoopRestoration()
365 if (bitdepth_ >= 10) { in ApplyLoopRestoration()
Dcdef.cc438 if (bitdepth_ >= 10) { in ApplyCdefForOneSuperBlockRowHelper()
563 if (bitdepth_ >= 10) { in ApplyCdef()