Home
last modified time | relevance | path

Searched defs:bitdepth (Results 1 – 25 of 26) sorted by relevance

12

/external/libgav1/libgav1/src/dsp/
Ddsp.cc69 dsp::Dsp* GetWritableDspTable(int bitdepth) { in GetWritableDspTable()
164 const Dsp* GetDspTable(int bitdepth) { in GetDspTable()
Dweight_mask.cc55 #define INIT_WEIGHT_MASK(width, height, bitdepth, w_index, h_index) \ argument
Dloop_filter.cc57 inline void AdjustThresholds(const int bitdepth, int* const outer_thresh, in AdjustThresholds()
/external/libgav1/libgav1/examples/
Dgav1_decode_cv_pixel_buffer_pool.cc42 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
Dfile_writer.h63 size_t bitdepth = 8; member
/external/libgav1/libgav1/src/
Dinternal_frame_buffer_list.cc29 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()
Dbuffer_pool.cc44 bool RefCountedBuffer::Realloc(int bitdepth, bool is_monochrome, int width, in Realloc()
146 bool BufferPool::OnFrameBufferSizeChanged(int bitdepth, in OnFrameBufferSizeChanged()
Dtile_scratch_buffer.h116 void Reset(int bitdepth) { in Reset()
Dframe_buffer.cc25 int bitdepth, Libgav1ImageFormat image_format, int width, int height, in Libgav1ComputeFrameBufferInfo()
Dyuv_buffer.cc36 bool YuvBuffer::Realloc(int bitdepth, bool is_monochrome, int width, int height, in Realloc()
Dyuv_buffer.h93 int bitdepth() const { return bitdepth_; } in bitdepth() function
Dquantizer.cc251 Quantizer::Quantizer(int bitdepth, const QuantizerParameters* params) in Quantizer()
Dobu_parser.h91 int8_t bitdepth; member
/external/libgav1/libgav1/src/tile/
Dprediction.cc197 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/
Dframe_buffer.h155 inline StatusCode ComputeFrameBufferInfo(int bitdepth, ImageFormat image_format, in ComputeFrameBufferInfo()
Ddecoder_buffer.h136 int bitdepth; // Stored image bitdepth. member
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2516 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 …]
Dlodepng.h316 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… member
/external/freetype/src/sfnt/
Dpngshim.c271 int bitdepth, color_type, interlace; in Load_SBit_Png() local
/external/libgav1/libgav1/src/tile/bitstream/
Dpalette.cc66 const int8_t bitdepth = sequence_header_.color_config.bitdepth; in ReadPaletteColors() local
/external/libgav1/libgav1/src/dsp/arm/
Dsuper_res_neon.cc199 const uint16_t** coefficients, int bitdepth) { in SuperRes()
/external/igt-gpu-tools/tools/
Dintel_dp_compliance.c172 uint8_t bitdepth; variable
197 uint8_t bitdepth; member
/external/libaom/libaom/av1/encoder/
Dfirstpass.c470 const int bitdepth, in get_prediction_error_bitdepth()
575 const int bitdepth = xd->bd; in firstpass_inter_prediction() local
/external/libgav1/libgav1/src/utils/
Dcommon.h445 constexpr int BitdepthToArrayIndex(int bitdepth) { return (bitdepth - 8) >> 1; } in BitdepthToArrayIndex()
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc326 int bitdepth, in Libgav1GetFrameBuffer()

12