Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlcldec.c231 int bppx2; in decode_frame() local
236 bppx2 = 6; in decode_frame()
241 bppx2 = 4; in decode_frame()
246 bppx2 = 3; in decode_frame()
249 bppx2 = 0; // will error out below in decode_frame()
252 if (len < ((aligned_width * height * bppx2) >> 1)) in decode_frame()

Completed in 1 milliseconds