HomeSort by relevance Sort by last modified time
    Searched defs:bpc (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 123 int bpc = 0, color_type = 0, color_type1 = 0, pass = 0; local
125 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bpc, &color_type, NULL,
128 if (bpc > 8) {
130 } else if (bpc < 8) {
133 bpc = 8;
138 if (!pModule->ReadHeaderCallback(p->child_ptr, width, height, bpc, pass,
fx_codec_progress.cpp 340 int bpc,
348 pCodec->m_SrcBPC = bpc;
1254 FX_DWORD bpc; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 257 int bpc = pDecoder->GetBPC(); local
260 int pitch = (width * ncomps * bpc + 7) / 8;
354 FX_DWORD bpc = pDict->GetInteger("BitsPerComponent"); local
364 if (bpc && pitch > INT_MAX / bpc) {
367 pitch *= bpc;
  /external/pdfium/third_party/libopenjpeg20/
jp2.h 171 OPJ_UINT32 bpc; member in struct:opj_jp2
  /external/opencv3/3rdparty/libjasper/
jp2_cod.h 153 uint_fast8_t bpc; member in struct:__anon20239
192 uint_fast8_t *bpc; member in struct:__anon20242
306 #define JP2_BPCTODTYPE(bpc) \
307 (JAS_IMAGE_CDT_SETSGND(bpc >> 7) | JAS_IMAGE_CDT_SETPREC((bpc & 0x7f) + 1))
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 45 FX_SAFE_DWORD CalculatePitch8(FX_DWORD bpc, FX_DWORD components, int width) {
46 FX_SAFE_DWORD pitch = bpc;
63 bool IsAllowedBPCValue(int bpc) {
64 return bpc == 1 || bpc == 2 || bpc == 4 || bpc == 8 || bpc == 16;
598 int bpc,
620 int comps, bpc; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 1604 int bpc = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 644 milliseconds