Searched defs:out_g (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/dsa/
H A Ddsa_test.c71 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
89 static unsigned char out_g[] = { variable
156 j = sizeof(out_g);
157 if (i != j || memcmp(buf, out_g, i) != 0) {
/external/openssl/crypto/dsa/
H A Ddsatest.c96 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
120 static unsigned char out_g[]={ variable
201 j=sizeof(out_g);
202 if ((i != j) || (memcmp(buf,out_g,i) != 0))
/external/pixman/pixman/
H A Dpixman-arm-neon-asm.h1143 * stored into 64-bit registers out_a, out_r, out_g, out_b respectively).
1148 .macro convert_0565_to_8888 in, out_a, out_r, out_g, out_b variable
1150 vshrn.u16 out_g, in, #3
1154 vsri.u8 out_g, out_g, #6 variable
1158 .macro convert_0565_to_x888 in, out_r, out_g, out_b variable
1160 vshrn.u16 out_g, in, #3
1163 vsri.u8 out_g, out_g, #6 variable
/external/chromium_org/third_party/qcms/src/
H A Dchain.c377 float out_r, out_g, out_b; local
384 out_g = lut_interp_linear_float(in_g, transform->input_clut_table_g, 256);
388 *dest++ = clamp_float(out_g);
396 float out_r, out_g, out_b; local
404 out_g = lut_interp_linear(in_g,
410 *dest++ = clamp_float(out_g);
438 float out_g = mat.m[0][1]*in_r + mat.m[1][1]*in_g + mat.m[2][1]*in_b + transform->ty; local
442 *dest++ = clamp_float(out_g);
470 float out_g = mat.m[0][1]*in_r + mat.m[1][1]*in_g + mat.m[2][1]*in_b; local
474 *dest++ = clamp_float(out_g);
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp104 int *out_r, int *out_g, int *out_b)
120 } *out_g = g;
103 sycc_to_rgb(int offset, int upb, int y, int cb, int cr, int *out_r, int *out_g, int *out_b) argument

Completed in 186 milliseconds