Searched defs:is_monochrome (Results 1 – 11 of 11) sorted by relevance
/external/libgav1/libgav1/src/ |
D | frame_buffer_utils.h | 36 inline Libgav1ImageFormat ComposeImageFormat(bool is_monochrome, in ComposeImageFormat() 55 bool* is_monochrome, int8_t* subsampling_x, in DecomposeImageFormat()
|
D | frame_buffer.cc | 58 bool is_monochrome; in Libgav1ComputeFrameBufferInfo() local
|
D | yuv_buffer.cc | 36 bool YuvBuffer::Realloc(int bitdepth, bool is_monochrome, int width, int height, in Realloc()
|
D | yuv_buffer.h | 95 bool is_monochrome() const { return is_monochrome_; } in is_monochrome() function
|
D | buffer_pool.cc | 44 bool RefCountedBuffer::Realloc(int bitdepth, bool is_monochrome, int width, in Realloc()
|
D | loop_restoration_info.cc | 60 bool is_monochrome) { in Reset()
|
D | film_grain.cc | 263 bool is_monochrome, in FilmGrain()
|
D | obu_parser.h | 92 bool is_monochrome; member
|
/external/libgav1/libgav1/examples/ |
D | gav1_decode_cv_pixel_buffer_pool.cc | 196 const bool is_monochrome = in GetCVPixelBuffer() local
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 2380 const int is_monochrome = seq_params->monochrome; in write_color_config() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 4041 const int is_monochrome = in av1_read_color_config() local
|