Home
last modified time | relevance | path

Searched defs:palette_size (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daasc.c42 int palette_size; member
H A Dcdxl.c51 int palette_size; member
[all...]
H A Diff.c159 int palette_size = avctx->extradata_size - AV_RB16(avctx->extradata); in cmap_read_palette() local
211 int i, palette_size; in extract_header() local
405 int palette_size; in decode_init() local
[all...]
/third_party/skia/third_party/externals/libwebp/extras/
H A Dextras.c118 WebPImportColorMappedARGB(const uint8_t* indexed, int indexed_stride, const uint32_t palette[], int palette_size, WebPPicture* pic) WebPImportColorMappedARGB() argument
/third_party/ffmpeg/libavformat/
H A Djvdec.c39 uint16_t palette_size; /**< palette size (bytes) */ member
H A Dyop.c37 int palette_size; member
H A Davs.c92 avs_read_video_packet(AVFormatContext * s, AVPacket * pkt, AvsBlockType type, int sub_type, int size, uint8_t * palette, int palette_size) avs_read_video_packet() argument
159 int palette_size = 0; avs_read_packet() local
[all...]
H A Dcdxl.c122 uint16_t audio_size, palette_size, width, height; in cdxl_read_packet() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c48 GLuint palette_size; member
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dencode.h226 int palette_size; // number of color in palette, if used member
/third_party/skia/third_party/externals/libpng/
H A Dpngwutil.c1185 size_t palette_size = entry_size * (size_t)spalette->nentries; in png_write_sPLT() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c381 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, int use_palette, int palette_size, int transform_bits, EntropyIx* const min_entropy_ix, int* const red_and_blue_always_zero) AnalyzeEntropy() argument
1507 SearchColorGreedy(const uint32_t palette[], int palette_size, uint32_t color) SearchColorGreedy() argument
1562 ApplyPalette(const uint32_t* src, uint32_t src_stride, uint32_t* dst, uint32_t dst_stride, const uint32_t* palette, int palette_size, int width, int height, int xbits) ApplyPalette() argument
1633 const int palette_size = enc->palette_size_; MapImageFromPalette() local
1659 const int palette_size = enc->palette_size_; EncodePalette() local
[all...]

Completed in 12 milliseconds