Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daliaspixenc.c34 int width, height, bits_pixel, length, ret; in encode_frame() local
48 bits_pixel = 8; in encode_frame()
51 bits_pixel = 24; in encode_frame()
67 bytestream_put_be16(&buf, bits_pixel); in encode_frame()
69 for (int j = 0, bytes_pixel = bits_pixel >> 3; j < height; j++) { in encode_frame()
H A 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()

Completed in 1 milliseconds