Searched refs:INTERPOLATE (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_super2xsai.c | 55 #define INTERPOLATE(A, B) (((A & hi_pixel_mask) >> 1) + ((B & hi_pixel_mask) >> 1) + (A & B & lo_pixel_mask)) macro 146 product1b = INTERPOLATE(color[1][1], color[1][2]); in super2xsai() 155 product2b = INTERPOLATE(color[2][1], color[2][2]); in super2xsai() 162 product1b = INTERPOLATE(color[1][1], color[1][2]); in super2xsai() 166 product2a = INTERPOLATE(color[2][1], color[1][1]); in super2xsai() 168 product2a = INTERPOLATE(color[2][1], color[1][1]); in super2xsai() 173 product1a = INTERPOLATE(color[2][1], color[1][1]); in super2xsai() 175 product1a = INTERPOLATE(color[2][1], color[1][1]); in super2xsai()
|
H A D | vf_estdif.c | 249 #define INTERPOLATE(type, atype, amax, ss) \ macro 336 INTERPOLATE(uint8_t, unsigned, UINT_MAX, 8) 337 INTERPOLATE(uint16_t, uint64_t, UINT64_MAX, 16)
|
/third_party/pulseaudio/src/tests/ |
H A D | interpol-test.c | 38 #define INTERPOLATE macro 82 #ifndef INTERPOLATE in stream_latency_cb() 116 #ifdef INTERPOLATE in context_state_callback()
|
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3.c | 468 #define INTERPOLATE(old, new, nsample) \ macro 493 c2 = c1 * INTERPOLATE(mc1_l, mc2_l, nsample - band) + in reverse_matrixing() 494 c2 * INTERPOLATE(mc1_r, mc2_r, nsample - band); in reverse_matrixing() 558 su1[nsample] *= INTERPOLATE(w[0][0], w[0][1], nsample - band); in channel_weighting() 559 su2[nsample] *= INTERPOLATE(w[1][0], w[1][1], nsample - band); in channel_weighting()
|
Completed in 8 milliseconds