/external/libgav1/libgav1/src/dsp/ |
D | dsp.cc | 69 dsp::Dsp* GetWritableDspTable(int bitdepth) { in GetWritableDspTable() 164 const Dsp* GetDspTable(int bitdepth) { in GetDspTable()
|
D | weight_mask.cc | 55 #define INIT_WEIGHT_MASK(width, height, bitdepth, w_index, h_index) \ argument
|
D | loop_filter.cc | 57 inline void AdjustThresholds(const int bitdepth, int* const outer_thresh, in AdjustThresholds()
|
/external/libgav1/libgav1/examples/ |
D | gav1_decode_cv_pixel_buffer_pool.cc | 42 void* callback_private_data, int bitdepth, in Gav1DecodeOnCVPixelBufferSizeChanged() 53 void* callback_private_data, int bitdepth, in Gav1DecodeGetCVPixelBuffer() 89 int bitdepth, libgav1::ImageFormat image_format, int width, int height, in OnCVPixelBufferSizeChanged() 189 int bitdepth, libgav1::ImageFormat image_format, int /*width*/, in GetCVPixelBuffer() argument
|
D | file_writer.h | 63 size_t bitdepth = 8; member
|
/external/libgav1/libgav1/src/ |
D | internal_frame_buffer_list.cc | 29 void* callback_private_data, int bitdepth, Libgav1ImageFormat image_format, in OnInternalFrameBufferSizeChanged() 40 void* callback_private_data, int bitdepth, Libgav1ImageFormat image_format, in GetInternalFrameBuffer() 67 int bitdepth, Libgav1ImageFormat image_format, int width, int height, in GetFrameBuffer()
|
D | buffer_pool.cc | 44 bool RefCountedBuffer::Realloc(int bitdepth, bool is_monochrome, int width, in Realloc() 146 bool BufferPool::OnFrameBufferSizeChanged(int bitdepth, in OnFrameBufferSizeChanged()
|
D | tile_scratch_buffer.h | 116 void Reset(int bitdepth) { in Reset()
|
D | frame_buffer.cc | 25 int bitdepth, Libgav1ImageFormat image_format, int width, int height, in Libgav1ComputeFrameBufferInfo()
|
D | yuv_buffer.cc | 36 bool YuvBuffer::Realloc(int bitdepth, bool is_monochrome, int width, int height, in Realloc()
|
D | yuv_buffer.h | 93 int bitdepth() const { return bitdepth_; } in bitdepth() function
|
D | quantizer.cc | 251 Quantizer::Quantizer(int bitdepth, const QuantizerParameters* params) in Quantizer()
|
D | obu_parser.h | 91 int8_t bitdepth; member
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 197 const int x, const int y, const int bitdepth) { in GetStartPoint() 250 const int bitdepth = sequence_header_.color_config.bitdepth; in IntraPrediction() local 630 const int bitdepth = sequence_header_.color_config.bitdepth; in CompoundInterPrediction() local 712 const int bitdepth = sequence_header_.color_config.bitdepth; in InterPrediction() local 820 const int bitdepth = sequence_header_.color_config.bitdepth; in ObmcBlockPrediction() local 1151 const int bitdepth = sequence_header_.color_config.bitdepth; in BlockInterPrediction() local
|
/external/libgav1/libgav1/src/gav1/ |
D | frame_buffer.h | 155 inline StatusCode ComputeFrameBufferInfo(int bitdepth, ImageFormat image_format, in ComputeFrameBufferInfo()
|
D | decoder_buffer.h | 136 int bitdepth; // Stored image bitdepth. member
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 2516 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_bpp_lct() 2649 …e_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_raw_size_lct() 3746 …olorKeyFrom16bit(LodePNGColorMode* mode_out, unsigned r, unsigned g, unsigned b, unsigned bitdepth) in setColorKeyFrom16bit() 4782 size_t insize, LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_memory() 4806 LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_file() 4903 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) in addChunk_IHDR() 5856 … unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_memory() 5883 LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_file() 6137 size_t insize, LodePNGColorType colortype, unsigned bitdepth) in decode() 6154 const std::vector<unsigned char>& in, LodePNGColorType colortype, unsigned bitdepth) in decode() [all …]
|
D | lodepng.h | 316 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… member
|
/external/freetype/src/sfnt/ |
D | pngshim.c | 271 int bitdepth, color_type, interlace; in Load_SBit_Png() local
|
/external/libgav1/libgav1/src/tile/bitstream/ |
D | palette.cc | 66 const int8_t bitdepth = sequence_header_.color_config.bitdepth; in ReadPaletteColors() local
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | super_res_neon.cc | 199 const uint16_t** coefficients, int bitdepth) { in SuperRes()
|
/external/igt-gpu-tools/tools/ |
D | intel_dp_compliance.c | 172 uint8_t bitdepth; variable 197 uint8_t bitdepth; member
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 470 const int bitdepth, in get_prediction_error_bitdepth() 575 const int bitdepth = xd->bd; in firstpass_inter_prediction() local
|
/external/libgav1/libgav1/src/utils/ |
D | common.h | 445 constexpr int BitdepthToArrayIndex(int bitdepth) { return (bitdepth - 8) >> 1; } in BitdepthToArrayIndex()
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 326 int bitdepth, in Libgav1GetFrameBuffer()
|