Searched refs:bitdepth (Results 1 – 8 of 8) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 114 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 …]
|
D | lodepng.cpp | 2516 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/ |
D | pngshim.c | 266 int bitdepth, color_type, interlace; in Load_SBit_Png() local 319 &bitdepth, &color_type, &interlace, in Load_SBit_Png() 365 if ( bitdepth == 16 ) in Load_SBit_Png() 368 if ( bitdepth < 8 ) in Load_SBit_Png() 385 &bitdepth, &color_type, &interlace, in Load_SBit_Png() 388 if ( bitdepth != 8 || in Load_SBit_Png()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct_neon.asm | 17 ; 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/libvpx/config/arm-neon/vpx_dsp/arm/ |
D | idct_neon.asm.S | 21 @ non-high-bitdepth builds. q0-q3 are used as temporaries in high-bitdepth. 35 @ $dst0..3 are d registers. q0-q3 are used as temporaries in high-bitdepth.
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_lib.cc | 196 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/ |
D | ihevc_sao.h | 71 UWORD32 bitdepth);
|
/external/libaom/libaom/test/ |
D | yuv_temporal_filter_test.cc | 37 TemporalFilterWithBd(YUVTemporalFilterFunc func, int bitdepth) in TemporalFilterWithBd() 38 : temporal_filter(func), bd(bitdepth) {} in TemporalFilterWithBd()
|