Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daliaspixenc.c33 int width, height, bits_pixel, i, j, length, ret; in encode_frame() local
54 bits_pixel = 8; in encode_frame()
57 bits_pixel = 24; in encode_frame()
75 bytestream_put_be16(&buf, bits_pixel); in encode_frame()
Daliaspixdec.c35 int width, height, ret, bits_pixel, pixel; in decode_frame() local
50 bits_pixel = bytestream2_get_be16u(&gb); in decode_frame()
52 if (bits_pixel == 24) in decode_frame()
54 else if (bits_pixel == 8) in decode_frame()