Searched refs:q16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c224 int q4, q16, quv; local
235 q16 = ExpandMatrix(&m->y2_, 1);
239 m->lambda_i16_ = (3 * q16 * q16);
243 m->lambda_trellis_i16_ = (q16 * q16) >> 2;
/external/webp/src/enc/
H A Dquant.c224 int q4, q16, quv; local
235 q16 = ExpandMatrix(&m->y2_, 1);
239 m->lambda_i16_ = (3 * q16 * q16);
243 m->lambda_trellis_i16_ = (q16 * q16) >> 2;
/external/pcre/dist/
H A Dpcretest.c4472 pcre_uint16 *q16; local
4594 q16 = (pcre_uint16 *) dbuffer;
4952 *q16++ = 0xD800 | (c >> 10);
4953 *q16++ = 0xDC00 | (c & 0x3ff);
4956 *q16++ = c;
4969 *q16++ = c;
4994 *q16 = 0;
4995 len = (int)(q16 - (pcre_uint16 *)dbuffer);
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s2615 ldr q16, [x24, w8, uxtw #4]
2627 // CHECK: ldr q16, [x24, w8, uxtw #4] // encoding: [0x10,0x5b,0xe8,0x3c]

Completed in 177 milliseconds