Home
last modified time | relevance | path

Searched refs:uqvq (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlcldec.c173 int uqvq, ret; in decode_frame() local
298 uqvq = AV_RL16(encoded+pixel_ptr); in decode_frame()
302 uqvq -= AV_RL16(encoded+pixel_ptr+1); in decode_frame()
303 AV_WL16(encoded+pixel_ptr+1, uqvq); in decode_frame()