HomeSort by relevance Sort by last modified time
    Searched full:input_buf (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/libjpeg-turbo/
jquant1.c 461 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
475 ptrin = input_buf[row];
489 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
504 ptrin = input_buf[row];
517 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
538 input_ptr = input_buf[row] + ci;
566 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
587 input_ptr = input_buf[row];
611 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
641 input_ptr = input_buf[row] + ci
    [all...]
jctrans.c 287 * NB: input_buf is ignored; it is likely to be a NULL pointer.
291 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
jdsample.c 59 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
77 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),
jquant2.c 202 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
214 ptr = input_buf[row];
    [all...]
jcsample.c 120 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
130 in_ptr = input_buf[ci] + in_row_index;
jdapistd.c 288 noop_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
306 void (*color_convert) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
  /external/opencv3/3rdparty/libjpeg/
jquant1.c 460 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
474 ptrin = input_buf[row];
488 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
503 ptrin = input_buf[row];
516 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
538 input_ptr = input_buf[row] + ci;
566 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
587 input_ptr = input_buf[row];
611 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
642 input_ptr = input_buf[row] + ci
    [all...]
jdsample.c 91 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
109 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),
jctrans.c 271 * NB: input_buf is ignored; it is likely to be a NULL pointer.
275 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
jquant2.c 225 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
237 ptr = input_buf[row];
    [all...]
  /hardware/qcom/gps/msm8960/utils/
loc_cfg.cpp 221 char input_buf[LOC_MAX_PARAM_LINE]; /* declare a char array */ local
246 while(fgets(input_buf, LOC_MAX_PARAM_LINE, gps_conf_fp) != NULL)
251 config_value.param_name = strtok_r(input_buf, "=", &lasts);
  /external/libjpeg-turbo/simd/
jdcolext-mmx.asm 27 ; JSAMPIMAGE input_buf, JDIMENSION input_row,
32 %define input_buf(b) (b)+12 ; JSAMPIMAGE input_buf
69 mov edi, JSAMPIMAGE [input_buf(eax)]
jccolext-sse2.asm 24 ; JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
29 %define input_buf(b) (b)+12 ; JSAMPARRAY input_buf
78 mov esi, JSAMPARRAY [input_buf(eax)]
483 add esi, byte SIZEOF_JSAMPROW ; input_buf
jcgryext-sse2.asm 25 ; JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
30 %define input_buf(b) (b)+12 ; JSAMPARRAY input_buf
75 mov esi, JSAMPARRAY [input_buf(eax)]
365 add esi, byte SIZEOF_JSAMPROW ; input_buf
jcgryext-sse2-64.asm 25 ; JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
30 ; r11 = JSAMPARRAY input_buf
349 add rsi, byte SIZEOF_JSAMPROW ; input_buf
jdcolext-sse2.asm 28 ; JSAMPIMAGE input_buf, JDIMENSION input_row,
33 %define input_buf(b) (b)+12 ; JSAMPIMAGE input_buf
70 mov edi, JSAMPIMAGE [input_buf(eax)]
jdmrgext-sse2-64.asm 28 ; JSAMPIMAGE input_buf,
34 ; r11 = JSAMPIMAGE input_buf
438 ; JSAMPIMAGE input_buf,
444 ; r11 = JSAMPIMAGE input_buf
jccolext-sse2-64.asm 25 ; JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
30 ; r11 = JSAMPARRAY input_buf
468 add rsi, byte SIZEOF_JSAMPROW ; input_buf
jsimd_arm_neon.S     [all...]
jsimd_mips_dspr2.S 31 * a1 - input_buf
54 lw t2, 0(a1) // t2 = inptr = *input_buf
96 lw t2, 0(a1) // t2 = inptr = *input_buf
158 * a1 - input_buf
179 lw t6, 0(a1) // t6 = input_buf[0]
268 * a1 - input_buf
381 * a1 - input_buf
543 * a1 - input_buf
559 lwx t1, t1(v0) // t1 = input_buf[0][in_row_group_ctr*2]
560 lwx t2, t2(v0) // t2 = input_buf[0][in_row_group_ctr*2 + 1
    [all...]
jdcolext-sse2-64.asm 28 ; JSAMPIMAGE input_buf, JDIMENSION input_row,
33 ; r11 = JSAMPIMAGE input_buf
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len)
347 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE);
351 return rwl_queryinformation_fe(wl, cmd, input_buf,
  /external/llvm/test/CodeGen/Hexagon/vect/
vect-bad-bitcast.ll 8 @input_buf = internal unnamed_addr constant [256 x i16] [i16 0, i16 0, i16 0, i16 1280, i16 2560, i16 4864, i16 7168, i16 9472, i16 11776, i16 12672, i16 13568, i16 14080, i16 15360, i16 15360, i16 15360, i16 15360, i16 15360, i16 15104, i16 14848, i16 14592, i16 14336, i16 14080, i16 14080, i16 13952, i16 13824, i16 13696, i16 13568, i16 13440, i16 13312, i16 13184, i16 13056, i16 12928, i16 12800, i16 12800, i16 12800, i16 12800, i16 12800, i16 12672, i16 12544, i16 12544, i16 12544, i16 12544, i16 12672, i16 12800, i16 12800, i16 12928, i16 13056, i16 13184, i16 13312, i16 13440, i16 13568, i16 13696, i16 13824, i16 14208, i16 14592, i16 14976, i16 15104, i16 15360, i16 15616, i16 15872, i16 16128, i16 16512, i16 16896, i16 17152, i16 17408, i16 17536, i16 17664, i16 17792, i16 17920, i16 18304, i16 18688, i16 19072, i16 19456, i16 19712, i16 19968, i16 20224, i16 20480, i16 20608, i16 20864, i16 20992, i16 21248, i16 21248, i16 21248, i16 21248, i16 21248, i16 21248, i16 21376, i16 21504, i16 21760, i16 21760, i16 21632, i16 21504, i16 21504, i16 21632, i16 21632, i16 21504, i16 21504, i16 21376, i16 21248, i16 21120, i16 20992, i16 20992, i16 20864, i16 20736, i16 20736, i16 20736, i16 20480, i16 20352, i16 20224, i16 20224, i16 20224, i16 20224, i16 20352, i16 20352, i16 20480, i16 20352, i16 20352, i16 20352, i16 20352, i16 20224, i16 20224, i16 20224, i16 20096, i16 20096, i16 19968, i16 19840, i16 19712, i16 19584, i16 19456, i16 19584, i16 19584, i16 19456, i16 19456, i16 19328, i16 19328, i16 19456, i16 19456, i16 19328, i16 19328, i16 19200, i16 19200, i16 19200, i16 19072, i16 19072, i16 18944, i16 18816, i16 18688, i16 18560, i16 18432, i16 18304, i16 18304, i16 18176, i16 18176, i16 18176, i16 18304, i16 18304, i16 18432, i16 18560, i16 18432, i16 18176, i16 17920, i16 17920, i16 17792, i16 17792, i16 17664, i16 17664, i16 17536, i16 17536, i16 17408, i16 17408, i16 17280, i16 17280, i16 17280, i16 17152, i16 17152, i16 17152, i16 17152, i16 17024, i16 17024, i16 16896, i16 16896, i16 16896, i16 16768, i16 16768, i16 16640, i16 16640, i16 16512, i16 16512, i16 16384, i16 16256, i16 16128, i16 16000, i16 15872, i16 15744, i16 15616, i16 15488, i16 15360, i16 15488, i16 15360, i16 15232, i16 15360, i16 15232, i16 15104, i16 14976, i16 14336, i16 14336, i16 14592, i16 14464, i16 13824, i16 13824, i16 13568, i16 13568, i16 13440, i16 13312, i16 13184, i16 13056, i16 13056, i16 13056, i16 12928, i16 12800, i16 12672, i16 12672, i16 12544, i16 12416, i16 12288, i16 12160, i16 11904, i16 11776, i16 11571, i16 11520, i16 11392, i16 11136, i16 10905, i16 10752, i16 10624, i16 10444, i16 10240, i16 9984, i16 9728, i16 9472, i16 9216, i16 8960, i16 8704, i16 8448, i16 8192, i16 7936, i16 7680, i16 7424, i16 7168, i16 6400, i16 5632, i16 4864, i16 3584, i16 1536, i16 0, i16 0], align 8
41 %scevgep.phi = phi i16* [ getelementptr inbounds ([256 x i16], [256 x i16]* @input_buf, i32 0, i32 0), %entry ], [ %scevgep.inc, %polly.stmt.for.body ]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jctrans.c 274 * NB: input_buf is ignored; it is likely to be a NULL pointer.
278 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
fpdfapi_jdsample.c 90 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
108 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),

Completed in 1639 milliseconds

1 23 4