Searched refs:wnv1_get_code (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | wnv1.c | 45 static inline int wnv1_get_code(GetBitContext *gb, int shift, int base_value) in wnv1_get_code() function 100 Y[i * 2] = wnv1_get_code(&gb, shift, prev_y); in decode_frame() 101 prev_u = U[i] = wnv1_get_code(&gb, shift, prev_u); in decode_frame() 102 prev_y = Y[(i * 2) + 1] = wnv1_get_code(&gb, shift, Y[i * 2]); in decode_frame() 103 prev_v = V[i] = wnv1_get_code(&gb, shift, prev_v); in decode_frame()
|
Completed in 1 milliseconds