Searched refs:show_bits (Results 51 - 62 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c2139 if (show_bits(gb, 12) == 0xfff) {
2568 if (show_bits(&gb, 12) == 0xfff) {
H A Ddca.c1764 xch_fsize = show_bits(&s->gb, 10);
1802 int fsize96 = show_bits(&s->gb, 12) + 1;
H A Dwmaprodec.c1597 (frame_size = show_bits(gb, s->log2_frame_size)) &&
H A Drv34.c1358 if(bits < 0 || (bits < 8 && !show_bits(&s->gb, bits)))
H A Dvc1.c296 av_log(avctx, AV_LOG_DEBUG, "Header: %0X\n", show_bits(gb, 32));
H A Dh264.c4269 int j, s = show_bits(&gb, 24);
4292 int j, s = show_bits(&gb, 24);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadec.c2253 xch_fsize = show_bits(&s->gb, 10);
2297 int fsize96 = show_bits(&s->gb, 12) + 1;
H A Dwmalosslessdec.c1261 (frame_size = show_bits(gb, s->log2_frame_size)) &&
H A Dwmaprodec.c1600 (frame_size = show_bits(gb, s->log2_frame_size)) &&
H A Daacdec.c2894 if (show_bits(gb, 12) == 0xfff) {
3384 if (show_bits(&gb, 12) == 0xfff) {
H A Daacsbr.c945 if (bs_extension_id || *num_bits_left > 16 || show_bits(gb, *num_bits_left))
H A Drv34.c1352 if(bits <= 0 || (bits < 8 && !show_bits(&s->gb, bits)))

Completed in 271 milliseconds

123