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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwnv1.c48 static inline int wnv1_get_code(WNV1Context *w, int base_value) function
116 Y[i * 2] = wnv1_get_code(l, prev_y);
117 prev_u = U[i] = wnv1_get_code(l, prev_u);
118 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]);
119 prev_v = V[i] = wnv1_get_code(l, prev_v);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwnv1.c50 static inline int wnv1_get_code(WNV1Context *w, int base_value) function
115 Y[i * 2] = wnv1_get_code(l, prev_y);
116 prev_u = U[i] = wnv1_get_code(l, prev_u);
117 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]);
118 prev_v = V[i] = wnv1_get_code(l, prev_v);

Completed in 136 milliseconds