Searched refs:mp_gradient (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmotionpixels.c132 static int mp_gradient(MotionPixelsContext *mp, int component, int v) function
192 p.y += mp_gradient(mp, 0, mp_get_vlc(mp, gb));
196 p.v += mp_gradient(mp, 1, mp_get_vlc(mp, gb));
198 p.u += mp_gradient(mp, 2, mp_get_vlc(mp, gb));
222 p.y += mp_gradient(mp, 0, mp_get_vlc(mp, gb));
225 p.v += mp_gradient(mp, 1, mp_get_vlc(mp, gb));
227 p.u += mp_gradient(mp, 2, mp_get_vlc(mp, gb));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotionpixels.c174 static int mp_gradient(MotionPixelsContext *mp, int component, int v) function
234 p.y += mp_gradient(mp, 0, mp_get_vlc(mp, gb));
238 p.v += mp_gradient(mp, 1, mp_get_vlc(mp, gb));
240 p.u += mp_gradient(mp, 2, mp_get_vlc(mp, gb));
266 p.y += mp_gradient(mp, 0, mp_get_vlc(mp, gb));
269 p.v += mp_gradient(mp, 1, mp_get_vlc(mp, gb));
271 p.u += mp_gradient(mp, 2, mp_get_vlc(mp, gb));

Completed in 65 milliseconds