Searched defs:pf (Results 76 - 100 of 112) sorted by relevance

12345

/external/libjpeg-turbo/
H A Dtjbench.c49 dotile=0, pf=TJPF_BGR, yuvpad=1, warmup=1, dowrite=1; variable
112 int ps=tjPixelSize[pf];
169 pitch, height, pf, flags)==-1)
175 width, pitch, height, pf, flags)==-1)
230 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf,
245 int rindex=index2+tjRedOffset[pf];
246 int gindex=index2+tjGreenOffset[pf];
247 int bindex=index2+tjBlueOffset[pf];
266 if(savebmp(tempstr, dstbuf, w, h, pf,
290 int ps=tjPixelSize[pf];
[all...]
H A Dturbojpeg-jni.c189 jint width, jint pitch, jint height, jint pf, jbyteArray dst,
199 if(pf<0 || pf>=org_libjpegturbo_turbojpeg_TJ_NUMPF || width<1 || height<1
205 actualPitch=(pitch==0)? width*tjPixelSize[pf]:pitch;
206 arraySize=(y+height-1)*actualPitch + (x+width)*tjPixelSize[pf];
218 if(tjCompress2(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], width,
219 pitch, height, pf, &jpegBuf, &jpegSize, jpegSubsamp, jpegQual,
232 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp,
236 pf, dst, jpegSubsamp, jpegQual, flags);
242 jint height, jint pf, jbyteArra
187 TJCompressor_compress(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
230 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
240 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
250 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII(JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
268 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII(JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
363 TJCompressor_encodeYUV(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) argument
441 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III(JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) argument
451 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III(JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, jint stride, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) argument
469 TJCompressor_encodeYUV_12(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) argument
506 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) argument
515 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIII_3BII(JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) argument
630 TJDecompressor_decompress(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jarray dst, jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) argument
668 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) argument
677 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint width, jint pitch, jint height, jint pf, jint flags) argument
686 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, jint x, jint y, jint width, jint stride, jint height, jint pf, jint flags) argument
703 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, jint width, jint stride, jint height, jint pf, jint flags) argument
845 TJDecompressor_decodeYUV(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jarray dst, jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) argument
925 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3BIIIIIII(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) argument
935 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3IIIIIIII(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jintArray dst, jint x, jint y, jint width, jint stride, jint height, jint pf, jint flags) argument
[all...]
/external/regex-re2/re2/
H A Dcompile.cc1096 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>(options.ParseFlags()); local
1097 c.Setup(pf, options.max_mem(), anchor);
H A Dparse.cc679 Regexp::ParseFlags pf = re->parse_flags(); local
681 return new Regexp(kRegexpEmptyMatch, pf);
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp2494 const char *const pf = s.data(); local
2495 const char *pe = pf + s.size();
2499 if (--pe == pf)
2510 if (pe - pf <= 1)
2513 for (; p0 != pf; --p0) {
/external/dhcpcd-6.8.2/
H A Dif-linux.c1136 struct sock_fprog pf; local
1164 memset(&pf, 0, sizeof(pf));
1166 pf.filter = UNCONST(arp_bpf_filter);
1167 pf.len = arp_bpf_filter_len;
1169 pf.filter = UNCONST(dhcp_bpf_filter);
1170 pf.len = dhcp_bpf_filter_len;
1172 if (setsockopt(s, SOL_SOCKET, SO_ATTACH_FILTER, &pf, sizeof(pf)) != 0)
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp492 PF pf = u_strcmp; local
493 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;}
494 //if (opt_strcmp && opt_win) {pf = (PF)wcscmp;} // Damn the difference between int32_t and int
510 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name);
/external/libcxxabi/src/
H A Dcxa_demangle.cpp2887 const char* const pf = s.data(); local
2888 const char* pe = pf + s.size();
2894 if (--pe == pf)
2908 if (pe - pf <= 1)
2911 for (; p0 != pf; --p0)
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri2.c146 enum pipe_format pf; local
150 pf = PIPE_FORMAT_B5G6R5_UNORM;
153 pf = PIPE_FORMAT_BGRX8888_UNORM;
156 pf = PIPE_FORMAT_BGRA8888_UNORM;
159 pf = PIPE_FORMAT_RGBA8888_UNORM;
162 pf = PIPE_FORMAT_R8_UNORM;
165 pf = PIPE_FORMAT_RG88_UNORM;
168 pf = PIPE_FORMAT_NONE;
172 return pf;
312 enum pipe_format pf; local
365 enum pipe_format pf; local
794 enum pipe_format pf; local
867 enum pipe_format pf; local
976 enum pipe_format pf; local
[all...]
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp101 CvDefParam* pf = p; local
103 FreeParam(&pf);
/external/selinux/libsemanage/src/
H A Ddirect_api.c377 struct sepol_policy_file *pf; local
381 if (sepol_policy_file_create(&pf)) {
385 sepol_policy_file_set_mem(pf, module_data, data_len);
386 sepol_policy_file_set_handle(pf, sh->sepolh);
388 sepol_module_package_info(pf, &file_type, module_name,
390 sepol_policy_file_free(pf);
H A Dsemanage_store.c2055 struct sepol_policy_file *pf = NULL; local
2068 if (sepol_policy_file_create(&pf)) {
2072 sepol_policy_file_set_fp(pf, infile);
2073 sepol_policy_file_set_handle(pf, sh->sepolh);
2074 if (sepol_policydb_read(in, pf) == -1) {
2085 sepol_policy_file_free(pf);
2097 struct sepol_policy_file *pf = NULL; local
2110 if (sepol_policy_file_create(&pf)) {
2114 sepol_policy_file_set_fp(pf, outfile);
2115 sepol_policy_file_set_handle(pf, s
[all...]
/external/selinux/libsepol/src/
H A Dservices.c137 struct policy_file pf; local
139 policy_file_init(&pf);
140 pf.fp = fp;
141 pf.type = PF_USE_STDIO;
148 if (policydb_read(&mypolicydb, &pf, 0)) {
H A Dpolicydb.c4162 void policy_file_init(policy_file_t *pf) argument
4164 memset(pf, 0, sizeof(policy_file_t));
H A Dmodule_to_cil.c4137 struct sepol_policy_file *pf = NULL; local
4144 rc = sepol_policy_file_create(&pf);
4165 sepol_policy_file_set_mem(pf, data, data_len);
4167 sepol_policy_file_set_fp(pf, fp);
4176 rc = sepol_module_package_read(pkg, pf, 0);
4187 sepol_policy_file_free(pf);
/external/skia/third_party/lua/src/
H A Dlapi.c1246 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1252 if (pf) *pf = f;
/external/syslinux/com32/lua/src/
H A Dlapi.c1246 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1252 if (pf) *pf = f;
/external/valgrind/VEX/priv/
H A Dguest_x86_helpers.c151 { UInt cf, pf, af, zf, sf, of; \
157 pf = parity_table[(UChar)res]; \
163 return cf | pf | af | zf | sf | of; \
172 { UInt cf, pf, af, zf, sf, of; \
178 pf = parity_table[(UChar)res]; \
184 return cf | pf | af | zf | sf | of; \
193 { UInt cf, pf, af, zf, sf, of; \
203 pf = parity_table[(UChar)res]; \
209 return cf | pf | af | zf | sf | of; \
218 { UInt cf, pf, a
647 UInt of,sf,zf,cf,pf; local
[all...]
H A Dguest_amd64_helpers.c195 { ULong cf, pf, af, zf, sf, of; \
201 pf = parity_table[(UChar)res]; \
207 return cf | pf | af | zf | sf | of; \
216 { ULong cf, pf, af, zf, sf, of; \
222 pf = parity_table[(UChar)res]; \
228 return cf | pf | af | zf | sf | of; \
237 { ULong cf, pf, af, zf, sf, of; \
247 pf = parity_table[(UChar)res]; \
253 return cf | pf | af | zf | sf | of; \
262 { ULong cf, pf, a
850 ULong of,sf,zf,cf,pf; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c479 static void format_init(format_list *pf) argument
483 pf->bits[i] = 0; /* All off */
487 static void format_clear(format_list *pf)
491 pf->bits[i] = 0;
495 static int format_is_initial(format_list *pf) argument
499 if (pf->bits[i] != 0)
505 static int format_set(format_list *pf, png_uint_32 format) argument
508 return pf->bits[format >> 5] |= ((png_uint_32)1) << (format & 31);
514 static int format_unset(format_list *pf, png_uint_32 format)
517 return pf
523 format_isset(format_list *pf, png_uint_32 format) argument
529 format_default(format_list *pf, int redundant) argument
3298 testimage(Image *image, png_uint_32 opts, format_list *pf) argument
[all...]
H A Dpngvalid.c971 png_store_file *pf; local
977 pf = voidcast(png_store_file*, malloc(sizeof *pf));
978 if (pf == NULL)
980 safecat(pf->name, sizeof pf->name, 0, ps->wname);
981 pf->id = id;
982 pf->data = ps->new;
983 pf->datacount = ps->writepos;
984 pf
2118 png_store_file *pf = ps->saved; local
[all...]
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h695 struct policy_file pf; member in struct:sepol_policy_file
705 extern int policydb_write(struct policydb *p, struct policy_file *pf);
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...

Completed in 817 milliseconds

12345