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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvbsub.c201 int page_id, region_id, clut_id, object_id, i, bpp_index, page_state; local
244 bpp_index = 0;
247 bpp_index = 1;
262 *q++ = (1 << (7 - bpp_index)) | (0xf << 1) | 1; /* 2 bits/pixel full range */
288 bpp_index = 0;
291 bpp_index = 1;
305 *q++ = ((1 + bpp_index) << 5) | ((1 + bpp_index) << 2) | 0x03;
328 bpp_index = 0;
331 bpp_index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvbsub.c254 int page_id, region_id, clut_id, object_id, i, bpp_index, page_state; local
292 bpp_index = 0;
295 bpp_index = 1;
298 bpp_index = 2;
315 *q++ = (1 << (7 - bpp_index)) | (0xf << 1) | 1; /* 2 bits/pixel full range */
341 bpp_index = 0;
344 bpp_index = 1;
358 *q++ = ((1 + bpp_index) << 5) | ((1 + bpp_index) << 2) | 0x03;
379 /* bpp_index math
[all...]

Completed in 114 milliseconds