Searched refs:pass (Results 201 - 225 of 1778) sorted by path

1234567891011>>

/external/chromium_org/third_party/libpng/
H A Dpngrtran.c1351 "NULL row buffer for row %ld, pass %d", (long)png_ptr->row_number,
1352 png_ptr->pass);
H A Dpngrutil.c2511 you want all pixels to be combined, pass 0xff (255) in mask. */
2716 void png_do_read_interlace(png_row_infop row_info, png_bytep row, int pass,
2724 int pass = png_ptr->pass; local
2726 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
2735 final_width = row_info->width * png_pass_inc[pass];
2745 int jstop = png_pass_inc[pass];
2800 int jstop = png_pass_inc[pass];
2857 int jstop = png_pass_inc[pass];
2912 int jstop = png_pass_inc[pass];
[all...]
H A Dpngwrite.c310 * time information, you can pass NULL for info. If you already wrote these
762 int pass, num_pass; /* pass variables */ local
772 * this will set pass to 1
779 for (pass = 0; pass < num_pass; pass++)
796 png_debug2(1, "in png_write_row (row %ld, pass %d)",
797 png_ptr->row_number, png_ptr->pass);
800 if (png_ptr->row_number == 0 && png_ptr->pass
[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/libusb/src/libusb/os/
H A Dwindows_usb.c1346 unsigned int nb_guids, pass, i, j, ancestor; local
1386 for (pass = 0; ((pass < nb_guids) && (r == LIBUSB_SUCCESS)); pass++) {
1390 usbi_dbg("\n#### PROCESSING %ss %s", passname[(pass<=HID_PASS)?pass:HID_PASS+1],
1391 (pass!=GEN_PASS)?guid_to_string(guid[pass]):"");
1406 if ((pass == HCD_PASS) && (i == UINT8_MAX)) {
1410 if (pass !
4284 int i, pass; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dexamples.mk165 twopass_encoder.DESCRIPTION = Two-pass encoder loop
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c52 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)");
54 ARG_DEF(NULL, "fpf", 1, "First pass statistics file name");
91 int pass; member in struct:__anon12970
113 int pass = 0; local
176 pass = arg_parse_uint(&arg);
177 if (pass < 1 || pass > 2) {
178 die("Error: Invalid pass selected (%d)\n", pass);
202 if (pass) {
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Daltref_test.cc32 virtual void BeginPassHook(unsigned int pass) { argument
H A Dencode_test_driver.cc147 for (unsigned int pass = 0; pass < passes_; pass++) {
152 else if (pass == 0)
157 BeginPassHook(pass);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184.
24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
34 ;first-pass filter
121 ;second pass filter
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm210 ;# just skip to the second pass.
293 ;# filtering phase with one pass.
401 ;# just skip to the second pass.
573 ;# just skip to the second pass.
765 ;# Two pass filtering. First pass is Horizontal edges, second pass is vertical
785 ;# to second pass. this is based on if x_offset is 0.
803 ;# These statements are guessing that there won't be a second pass,
812 ;# no vertical filter, so write the output from the first pass
[all...]
H A Dfilter_bilinear_altivec.asm42 ;# just skip to the second pass.
H A Didctllm_altivec.asm39 ;# first pass
86 ;# second pass
H A Dvariance_subpixel_altivec.asm42 ;# just skip to the second pass.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm161 ; first pass
198 ; transpose for the second pass
231 ; second pass
499 ; first pass
535 ; transpose for the second pass
568 ; second pass
H A Dsubpixel_sse2.asm536 ; First-pass filter only when yoffset==0
649 ; First-pass filter only when yoffset==0
814 ; Second-pass filter only when xoffset==0
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c400 // pass the layer context state to |cpi|.
1050 /* Slow quant, dct and trellis not worthwhile for first pass
1053 if ( cpi->pass == 1 )
1113 if (cpi->sf.optimize_coefficients == 1 && cpi->pass!=1)
1511 cpi->pass = 0;
1525 cpi->pass = 0;
1539 cpi->pass = 0;
1544 cpi->pass = 1;
1548 cpi->pass = 2;
1561 cpi->pass
[all...]
H A Donyx_int.h458 /* Experimental code for lagged and one pass */
476 int pass; member in struct:VP8_COMP
H A Dratectrl.c357 else if (cpi->pass == 2)
359 /* New Two pass RC */
420 if (cpi->pass != 2)
459 /* Not two pass */
460 if (cpi->pass != 2)
541 /* Apply an upper limit based on Q for 1 pass encodes */
542 if (Boost > kf_gf_boost_qlimits[Q] && (cpi->pass == 0))
559 if (cpi->pass == 2) /* 2 Pass */
590 if (cpi->pass != 2)
592 /* For now Alt ref is not allowed except in 2 pass mode
[all...]
H A Drdopt.c253 if (cpi->pass == 2 && (cpi->common.frame_type != KEY_FRAME))
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dssim_opt_x86_64.asm61 ; or pavgb At this point this is just meant to be first pass for calculating
151 ; or pavgb At this point this is just meant to be first pass for calculating
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm298 ; r5 pass loop counter
307 ; This function does one pass of idct32x32 transform.
310 ; columns. In the first pass, the transposed columns are the original
311 ; rows. In the second pass, after the transposition, the colums are the
323 ; results of the first pass (transpose and transform rows)
326 ; results of the second pass (transpose and transform columns)
345 ; parameters for first pass
351 mov r5, #0 ; initialize pass loop counter
1139 ; parameters for second pass
1146 ; pass loo
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c907 if ((cpi->oxcf.pass == 2) && cpi->multi_arf_allowed) {
H A Dvp9_dct.c63 // as the first pass results are transposed, we transpose the columns (that
66 int pass; local
73 for (pass = 0; pass < 2; ++pass) {
80 if (0 == pass) {
107 // Do next column (which is a transposed row in second/horizontal pass)
112 // Setup in/out for next pass.
355 // as the first pass results are transposed, we transpose the columns (that
358 int pass; local
[all...]
H A Dvp9_encodeframe.c2109 // the first pass block statistics
2122 // vectors obtained from the first pass in the current block
2196 // Check if every 16x16 first pass block statistics has zero
2197 // motion and the corresponding first pass residue is small enough.
2510 if ((cpi->oxcf.pass == 2) && (gf_grp->index)) {
3424 // This code does a single RD pass over the whole frame assuming

Completed in 442 milliseconds

1234567891011>>