OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_int_fix_mul
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
mct.c
340
OPJ_INT32 y =
opj_int_fix_mul
(r, 2449) +
opj_int_fix_mul
(g, 4809) +
opj_int_fix_mul
(b, 934);
341
OPJ_INT32 u = -
opj_int_fix_mul
(r, 1382) -
opj_int_fix_mul
(g, 2714) +
opj_int_fix_mul
(b, 4096);
342
OPJ_INT32 v =
opj_int_fix_mul
(r, 4096) -
opj_int_fix_mul
(g, 3430) -
opj_int_fix_mul
(b, 666);
360
OPJ_INT32 y =
opj_int_fix_mul
(r, 2449) + opj_int_fix_mul(g, 4809) + opj_int_fix_mul(b, 934)
[
all
...]
dwt.c
345
OPJ_D(i) -=
opj_int_fix_mul
(OPJ_S_(i) + OPJ_S_(i + 1), 12993);
347
OPJ_S(i) -=
opj_int_fix_mul
(OPJ_D_(i - 1) + OPJ_D_(i), 434);
349
OPJ_D(i) +=
opj_int_fix_mul
(OPJ_S_(i) + OPJ_S_(i + 1), 7233);
351
OPJ_S(i) +=
opj_int_fix_mul
(OPJ_D_(i - 1) + OPJ_D_(i), 3633);
353
OPJ_D(i) =
opj_int_fix_mul
(OPJ_D(i), 5038); /*5038 */
355
OPJ_S(i) =
opj_int_fix_mul
(OPJ_S(i), 6659); /*6660 */
360
OPJ_S(i) -=
opj_int_fix_mul
(OPJ_DD_(i) + OPJ_DD_(i - 1), 12993);
362
OPJ_D(i) -=
opj_int_fix_mul
(OPJ_SS_(i) + OPJ_SS_(i + 1), 434);
364
OPJ_S(i) +=
opj_int_fix_mul
(OPJ_DD_(i) + OPJ_DD_(i - 1), 7233);
366
OPJ_D(i) +=
opj_int_fix_mul
(OPJ_SS_(i) + OPJ_SS_(i + 1), 3633)
[
all
...]
opj_intmath.h
194
static INLINE OPJ_INT32
opj_int_fix_mul
(OPJ_INT32 a, OPJ_INT32 b) {
function
Completed in 1228 milliseconds