Home
last modified time | relevance | path

Searched refs:MULH (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dmathops.h33 #define MULH MULH macro
34 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/arm/
H A Dmathops.h32 #define MULH MULH macro
33 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/ppc/
H A Dmathops.h42 #define MULH MULH macro
43 static inline av_const int MULH(int a, int b){ in MULH() function
/third_party/ffmpeg/libavcodec/avr32/
H A Dmathops.h42 #define MULH MULH macro
43 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/x86/
H A Dmathops.h55 #define MULH MULH macro
56 static av_always_inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/
H A Dmathops.h61 #ifndef MULH
62 static av_always_inline int MULH(int a, int b){ in MULH() function
H A Dmpegaudiodec_fixed.c35 #define MULH3(x, y, s) MULH((s)*(x), y)
H A Ddct32_template.c43 # define MULH3(x, y, s) MULH((s)*(x), y)
H A Daptxenc.c118 d = rshift32_clip24(MULH(dither, dither), 7) - (1 << 23); in aptx_quantize_difference()
H A Dmpegaudiodsp_template.c67 # define MULH3(x, y, s) MULH((s)*(x), y)
H A Dopus_silk.c171 gaindiv = (1 << 30) - MULH(rc, rc); in silk_is_lpc_stable()
173 totalinvgain = MULH(totalinvgain, gaindiv) << 2; in silk_is_lpc_stable()
H A Dmpegaudiodec_template.c1089 SUINT tmp2 = MULH(tmp0 + tmp1, csa_table[j][0]); \
1090 ptr[-1-j] = 4 * (tmp2 - MULH(tmp1, csa_table[j][2])); \
1091 ptr[ j] = 4 * (tmp2 + MULH(tmp0, csa_table[j][3])); \
H A Dac3dec.c508 MULH(s->fixed_coeffs[CPL_CH][bin] * (1 << 4), cpl_coord); in calc_transform_coeffs_cpl()
H A Dwmavoice.c1267 y = x - 9 * MULH(477218589, x); // x % 9 in pRNG()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_common.c116 #define MULH (F7(0x1) | F3(0x1) | OPC(0x33)) macro
1427 FAIL_IF(push_inst(compiler, MULH | RD(EQUAL_FLAG) | RS1(src1) | RS2(src2))); in emit_single_op()
1671 FAIL_IF(push_inst(compiler, MULH | RD(SLJIT_R1) | RS1(SLJIT_R0) | RS2(SLJIT_R1))); in sljit_emit_op0()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
H A Dcomc597.mme.h852 MULH, R2, ZERO, ZERO, 0, NONE, NONE),

Completed in 19 milliseconds