Home
last modified time | relevance | path

Searched refs:MUL16 (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dmathops.h74 # define MUL16 MUL16 macro
75 static inline av_const int MUL16(int ra, int rb) in MUL16() function
H A Dsimple_idct_arm.S92 @@ MUL16(b0, W1, row[1]);
93 @@ MUL16(b1, W3, row[1]);
94 @@ MUL16(b2, W5, row[1]);
95 @@ MUL16(b3, W7, row[1]);
302 @@ MUL16(b0, W1, col[8x1]);
303 @@ MUL16(b1, W3, col[8x1]);
304 @@ MUL16(b2, W5, col[8x1]);
305 @@ MUL16(b3, W7, col[8x1]);
/third_party/ffmpeg/libavcodec/avr32/
H A Dmathops.h74 #define MUL16 MUL16 macro
75 static inline av_const int MUL16(int a, int b) in MUL16() function
/third_party/ffmpeg/libavcodec/
H A Dg722dsp.c31 xout[1] = MUL16(*prev_samples++, 3); in g722_apply_qmf()
32 xout[0] = MUL16(*prev_samples++, -11); in g722_apply_qmf()
H A Dmathops.h87 #ifndef MUL16
88 # define MUL16(ra, rb) ((ra) * (rb)) macro
H A Dcelp_math.c105 sum += MUL16(a[i], b[i]); in ff_dot_product()
H A Dopus.h52 #define ROUND_MUL16(a,b) ((MUL16(a, b) + 16384) >> 15)
H A Dsimple_idct_template.c62 #define MUL(a, b) MUL16(a, b)
H A Dwmavoice.c1264 unsigned int z, y, x = MUL16(block_num, 1877) + frame_cntr; in pRNG()
1525 pitch[n] = (MUL16(fac, cur_pitch_val) + in synth_frame()
1526 MUL16((n_blocks_x2 - fac), s->last_pitch_val) + in synth_frame()
H A Dopus_pvq.c36 x = (MUL16(x, x) + 4096) >> 13; in celt_cos()
/third_party/ffmpeg/libavcodec/tests/
H A Dfft.c60 #define MUL16(a, b) ((a) * (b)) macro
64 pre += (MUL16(are, bre) - MUL16(aim, bim)); \
65 pim += (MUL16(are, bim) + MUL16(bre, aim)); \
/third_party/ffmpeg/libavcodec/ppc/
H A Dmathops.h36 #define MUL16(ra, rb) \ macro

Completed in 10 milliseconds