Home
last modified time | relevance | path

Searched refs:is_monochrome_ (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/
Dfilm_grain.cc268 is_monochrome_(is_monochrome), in FilmGrain()
300 if (!is_monochrome_) { in Init()
328 if (!is_monochrome_) { in Init()
433 if (!is_monochrome_) { in AllocateNoiseStripes()
446 if (!is_monochrome_) { in AllocateNoiseStripes()
468 if (!is_monochrome_) { in AllocateNoiseImage()
638 if (!is_monochrome_) { in AddNoise()
666 if (!is_monochrome_) { in AddNoise()
706 if (!is_monochrome_) { in AddNoise()
Dyuv_buffer.h95 bool is_monochrome() const { return is_monochrome_; } in is_monochrome()
150 bool is_monochrome_ = false; variable
Dfilm_grain.h131 const bool is_monochrome_; variable
Dyuv_buffer.cc192 is_monochrome_ = is_monochrome; in Realloc()