Searched defs:pass (Results 226 - 250 of 295) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c265 void vp9_rc_init(const VP9EncoderConfig *oxcf, int pass, RATE_CONTROL *rc) { argument
268 if (pass == 0 && oxcf->rc_mode == VPX_CBR) {
357 } else if (cpi->oxcf.pass == 2) {
376 } else if (cpi->oxcf.pass == 2) {
624 // not first frame of one pass and kf_boost is set
758 // not first frame of one pass and kf_boost is set
1059 if (cpi->oxcf.pass == 0) {
1127 if (cpi->oxcf.pass == 2) {
1200 // regulate min and Max Q in two pass.
1242 // Use this macro to turn on/off use of alt-refs in one-pass mod
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_context.h121 unsigned pass:8; member in struct:svga_depth_stencil_state::__anon14117
H A Dsvga_tgsi_insn.c1263 * then set predicate reg with UFOP_SETP, then move 'pass' to dest
1268 * MOV dst, pass, p0
1276 struct src_register pass,
1308 dst, pass );
1312 if (same_register(src(dst), pass)) {
1313 /* We'll get bad results if the dst and pass registers are the same
1314 * so use a temp register containing pass.
1317 if (!submit_op1(emit, inst_token(SVGA3DOP_MOV), temp, pass))
1319 pass = src(temp);
1334 /* MOV dst, pass (predicate
1271 emit_conditional(struct svga_shader_emitter *emit, unsigned compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1, struct src_register pass, struct src_register fail) argument
3022 struct src_register pass, fail; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp748 bool pass = false; local
755 pass = true;
762 pass = true;
770 if (pass)
/external/icu/icu4c/source/common/
H A Duloc.cpp1151 int32_t pass = 0; local
1154 while (pass++ < 2) {
1614 * depending on the options. To specify level 1, pass in options=0.
1615 * To specify level 2, pass in options=_ULOC_CANONICALIZE.
/external/libpng/contrib/libtests/
H A Dpngimage.c483 #define LOG 0x040 /* Log pass/fail to stdout */
490 * bits are simple 1U<<error_level. A pass requires either nothing worse than
1586 const int pass = (d.options & STRICT) ? local
1589 if (!pass)
1596 printf("%s: pngimage ", pass ? "PASS" : "FAIL");
/external/libpng/
H A Dpngread.c392 png_debug2(1, "in png_read_row (row %lu, pass %d)",
393 (unsigned long)png_ptr->row_number, png_ptr->pass);
396 * interlace pass.
409 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
458 switch (png_ptr->pass)
589 if (png_ptr->pass < 6)
590 png_do_read_interlace(&row_info, png_ptr->row_buf + 1, png_ptr->pass,
612 (*(png_ptr->read_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
620 * contain the contents of the rows from the previous pass. If the
626 * as they arrive. If the image is displayed after each pass, i
709 png_configure_decoder(png_structp png_ptr, int *row, int pass) argument
842 int pass, j; local
3081 int pass; local
3398 int pass; local
3506 int pass, passes; local
[all...]
H A Dpngrutil.c1348 * and only clear them in they were not set before and all the tests pass.
3024 * 'display' is false only those pixels present in the pass are filled in.
3032 unsigned int pass = png_ptr->pass; local
3081 * pass.
3085 pass < 6 && (display == 0 ||
3087 (display == 1 && (pass & 1) != 0)))
3089 /* Narrow images may have no bits in a pass; the caller should handle
3092 if (row_width <= PNG_PASS_START_COL(pass))
3113 * only calling it on rows appropriate to the pass
3509 png_do_read_interlace(png_row_infop row_info, png_bytep row, int pass, png_uint_32 transformations ) argument
4152 png_set_interlaced_pass(png_structp png_ptr, int pass) argument
[all...]
H A Dpngstruct.h174 // the number of index points in each pass
177 // the line span of two index points of each pass
180 // the index points of each pass
263 png_uint_32 num_rows; /* number of rows in current pass */
267 png_uint_32 row_number; /* current row in interlace pass */
297 png_byte pass; /* current interlace pass (0 - 6) */ member in struct:png_struct_def
H A Dpngtest.c152 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass) argument
157 if (status_pass != pass)
159 fprintf(stdout, "\n Pass %d: ", pass);
160 status_pass = pass;
177 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass) argument
179 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
849 int num_pass = 1, pass; local
959 /* Allow application (pngtest) errors and warnings to pass */
1378 for (pass = 0; pass < num_pas
[all...]
H A Dpngwutil.c168 * length, and does not need to be null terminated. To be safe, pass the
200 /* This is used below to find the size of an image to pass to png_deflate_claim,
222 int pass; local
224 for (cb_base=0, pass=0; pass<=6; ++pass)
226 png_uint_32 pw = PNG_PASS_COLS(w, pass);
229 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass);
366 * happening just pass 32768 as the data_size parameter. Notice that zlib
495 * input, the result is buffered rather than using the two-pass algorith
2136 png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass) argument
[all...]
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1650 pass = option_arg;
1664 pass.clear();
1681 std::string pass; member in class:CommandObjectProcessHandle::CommandOptions
1754 bool pass = !suppress; local
1756 (pass ? "true " : "false"),
1832 if (! m_options.pass.empty()
1833 && ! VerifyCommandOptionValue (m_options.pass, pass_action))
1835 result.AppendError ("Invalid argument for command option --pass; must be true or false.\n");
1913 { LLDB_OPT_SET_1, false, "pass", 'p', required_argument, NULL, 0, eArgTypeBoolean, "Whether or not the signal should be passed to the process." },
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp54 MachineVerifier(Pass *pass, const char *b) : argument
55 PASS(pass),
115 // Vregs that pass through MBB untouched. This set is disjoint from
119 // Vregs that must pass through MBB because they are needed by a successor
1154 // can pass through an MBB live, but may not be live every time. It is assumed
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h121 unsigned pass:8; member in struct:svga_depth_stencil_state::__anon27528
H A Dsvga_tgsi_insn.c1263 * then set predicate reg with UFOP_SETP, then move 'pass' to dest
1268 * MOV dst, pass, p0
1276 struct src_register pass,
1308 dst, pass );
1312 if (same_register(src(dst), pass)) {
1313 /* We'll get bad results if the dst and pass registers are the same
1314 * so use a temp register containing pass.
1317 if (!submit_op1(emit, inst_token(SVGA3DOP_MOV), temp, pass))
1319 pass = src(temp);
1334 /* MOV dst, pass (predicate
1271 emit_conditional(struct svga_shader_emitter *emit, unsigned compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1, struct src_register pass, struct src_register fail) argument
3022 struct src_register pass, fail; local
[all...]
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1165 int pass, stage_offset = 0; local
1214 for( pass = 0; pass < npass; pass++ )
1230 if( pass == 0 )
1250 if( pass < npass - 1 )
1267 if( pass == npass - 1 )
/external/openssl/apps/
H A Ds_client.c299 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
380 /* This is a context that we pass to callbacks */
401 /* This is a context that we pass to all callbacks */
495 char *pass = (char *)OPENSSL_malloc(PWD_STRLEN+1); local
501 if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp))<0)
504 OPENSSL_free(pass);
507 *(pass+l)= '\0';
509 return pass;
518 /* This the context that we pass t
581 char *passarg = NULL, *pass = NULL; local
[all...]
H A Ds_server.c380 /* This is a context that we pass to callbacks */
478 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
483 BIO_printf(bio_err," -dpass arg - second private key file pass phrase source\n");
728 /* This is a context that we pass to callbacks */
906 /* This is the context that we pass to next_proto_cb */
959 char *passarg = NULL, *pass = NULL; local
1056 else if (strcmp(*argv,"-pass") == 0)
1401 if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass))
1417 s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass,
[all...]
/external/openssl/ssl/
H A Dssltest.c254 /* This is a context that we pass to all callbacks */
270 /* This is a context that we pass to SRP server callbacks */
274 char *pass; member in struct:srp_server_arg_st
286 if (SSL_set_srp_server_param_pw(s,p->expected_user,p->pass,"1024")<0)
658 srp_server_arg.pass = srp_client_arg.srppassin= *(++argv);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c2527 you want all pixels to be combined, pass 0xff (255) in mask. */
2732 void png_do_read_interlace(png_row_infop row_info, png_bytep row, int pass,
2740 int pass = png_ptr->pass; local
2742 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
2751 final_width = row_info->width * png_pass_inc[pass];
2761 int jstop = png_pass_inc[pass];
2816 int jstop = png_pass_inc[pass];
2873 int jstop = png_pass_inc[pass];
2928 int jstop = png_pass_inc[pass];
3081 png_set_interlaced_pass(png_structp png_ptr, int pass) argument
[all...]
H A Dpngwutil.c76 * length, and does not need to be null terminated. To be safe, pass the
187 /* We may just want to pass the text right through */
1762 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1829 /* If interlaced, we need to set up width and height of pass */
1860 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1887 /* If interlaced, go to next pass */
1893 png_ptr->pass++;
1897 /* Loop until we find a non-zero width or height pass */
1900 png_ptr->pass++;
1901 if (png_ptr->pass >
1975 png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c39 static int32_t pass; variable
1483 log_verbose("Passed:= %d Failed= %d \n", pass, fail);
1996 ++pass;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp1887 // Make sure @ past post context doesn't pass limit
4834 const UnicodeString& summary, UBool pass,
4836 if (pass) {
4833 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c452 int pass; local
486 // first pass are transposed so that the same column code can be reused. The
487 // results of the second pass are also transposed so that the rows (processed
489 for (pass = 0; pass < 2; pass++) {
490 // To store results of each pass before the transpose.
1262 // as the first pass results are transposed, we transpose the columns (that
1265 int pass; local
1294 for (pass
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c147 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
150 "First pass statistics file name");
153 "First pass block statistics file name");
809 global->pass = arg_parse_uint(&arg);
811 if (global->pass < 1 || global->pass > 2)
812 die("Error: Invalid pass selected (%d)\n",
813 global->pass);
866 if (global->pass) {
867 /* DWIM: Assume the user meant passes=2 if pass
1408 setup_pass(struct stream_state *stream, struct VpxEncoderConfig *global, int pass) argument
1949 int pass; local
[all...]

Completed in 480 milliseconds

1234567891011>>