Searched refs:wmv2_mspel8_v_lowpass (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmv2dsp.c162 static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, function
216 wmv2_mspel8_v_lowpass(dst, src, stride, stride, 8);
226 wmv2_mspel8_v_lowpass(halfV, src, 8, stride, 8);
227 wmv2_mspel8_v_lowpass(halfHV, halfH + 8, 8, 8, 8);
238 wmv2_mspel8_v_lowpass(halfV, src + 1, 8, stride, 8);
239 wmv2_mspel8_v_lowpass(halfHV, halfH + 8, 8, 8, 8);
248 wmv2_mspel8_v_lowpass(dst, halfH + 8, stride, 8, 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Dqpel.c1331 static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w){ function
1382 wmv2_mspel8_v_lowpass(dst, src, stride, stride, 8);
1390 wmv2_mspel8_v_lowpass(halfV, src, 8, stride, 8);
1391 wmv2_mspel8_v_lowpass(halfHV, halfH+8, 8, 8, 8);
1399 wmv2_mspel8_v_lowpass(halfV, src+1, 8, stride, 8);
1400 wmv2_mspel8_v_lowpass(halfHV, halfH+8, 8, 8, 8);
1406 wmv2_mspel8_v_lowpass(dst, halfH+8, stride, 8, 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil.c1326 static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w){ function
1372 wmv2_mspel8_v_lowpass(dst, src, stride, stride, 8);
1380 wmv2_mspel8_v_lowpass(halfV, src, 8, stride, 8);
1381 wmv2_mspel8_v_lowpass(halfHV, halfH+8, 8, 8, 8);
1389 wmv2_mspel8_v_lowpass(halfV, src+1, 8, stride, 8);
1390 wmv2_mspel8_v_lowpass(halfHV, halfH+8, 8, 8, 8);
1396 wmv2_mspel8_v_lowpass(dst, halfH+8, stride, 8, 8);

Completed in 80 milliseconds