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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwnv1.c49 static inline int wnv1_get_code(WNV1Context *w, int base_value) function
110 Y[i * 2] = wnv1_get_code(l, prev_y);
111 prev_u = U[i] = wnv1_get_code(l, prev_u);
112 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]);
113 prev_v = V[i] = wnv1_get_code(l, prev_v);

Completed in 17 milliseconds