Home
last modified time | relevance | path

Searched refs:bitdepth (Results 1 – 7 of 7) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h114 LodePNGColorType colortype, unsigned bitdepth);
131 LodePNGColorType colortype, unsigned bitdepth);
163 LodePNGColorType colortype, unsigned bitdepth);
181 LodePNGColorType colortype, unsigned bitdepth);
201 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
204 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
212 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
220 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
223 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
232 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
[all …]
Dlodepng.cpp2516 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_bpp_lct() argument
2519 return getNumColorChannels(colortype) * bitdepth; in lodepng_get_bpp_lct()
2529 info->bitdepth = 8; in lodepng_color_mode_init()
2557 if(a->bitdepth != b->bitdepth) return 0; in lodepng_color_mode_equal()
2604 return lodepng_get_bpp_lct(info->colortype, info->bitdepth); in lodepng_get_bpp()
2649 …e_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_raw_size_lct() argument
2651 return (w * h * lodepng_get_bpp_lct(colortype, bitdepth) + 7) / 8; in lodepng_get_raw_size_lct()
2989 if(mode->bitdepth == 8) out[i] = grey; in rgba8ToPixel()
2990 else if(mode->bitdepth == 16) out[i * 2 + 0] = out[i * 2 + 1] = grey; in rgba8ToPixel()
2994 grey = (grey >> (8 - mode->bitdepth)) & ((1 << mode->bitdepth) - 1); in rgba8ToPixel()
[all …]
/external/freetype/src/sfnt/
Dpngshim.c198 int bitdepth, color_type, interlace; in Load_SBit_Png() local
251 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
297 if ( bitdepth == 16 ) in Load_SBit_Png()
300 if ( bitdepth < 8 ) in Load_SBit_Png()
317 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
320 if ( bitdepth != 8 || in Load_SBit_Png()
/external/pdfium/third_party/freetype/src/sfnt/
Dpngshim.c197 int bitdepth, color_type, interlace; in Load_SBit_Png() local
250 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
306 if ( bitdepth == 16 ) in Load_SBit_Png()
309 if ( bitdepth < 8 ) in Load_SBit_Png()
326 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
329 if ( bitdepth != 8 || in Load_SBit_Png()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.asm17 ; non-high-bitdepth builds. q0-q3 are used as temporaries in high-bitdepth.
32 ; $dst0..3 are d registers. q0-q3 are used as temporaries in high-bitdepth.
/external/zopfli/src/zopflipng/
Dzopflipng_lib.cc196 state.info_raw.bitdepth = 8; in TryOptimize()
199 state.info_raw.bitdepth = 16; in TryOptimize()
375 if (inputstate.info_png.color.bitdepth == 16 && !png_options.lossy_8bit) { in ZopfliPNGOptimize()
/external/libhevc/common/
Dihevc_sao.h71 UWORD32 bitdepth);