Home
last modified time | relevance | path

Searched refs:get_bits (Results 226 - 250 of 265) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
H A Dfaxcompr.c29 #include "get_bits.h"
314 xxx = get_bits(gb, 3); in decode_group3_2d_line()
H A Datrac3plusdec.c46 #include "get_bits.h"
368 (ch_unit_id = get_bits(&ctx->gb, 2)) != CH_UNIT_TERMINATOR) { in atrac3p_decode_frame()
H A Dasvdec.c113 block[0] = 8 * get_bits(&a->gb, 8); in asv1_decode_block()
H A Dfic.c30 #include "get_bits.h"
155 num_coeff = get_bits(gb, 7); in fic_decode_block()
H A Dphotocd.c39 #include "get_bits.h"
264 type = get_bits(&g, 2); in decode_huff()
H A Ddxtory.c32 #include "get_bits.h"
338 val = get_bits(gb, 8); in decode_sym()
406 val = get_bits(gb, bits); in decode_sym_565()
H A Dindeo3.c39 #include "get_bits.h"
787 switch (code = get_bits(&ctx->gb, 2)) { in parse_bintree()
799 code = get_bits(&ctx->gb, 2); in parse_bintree()
H A Dcbs_av1.c232 v = get_bits(gbc, w - 1); in cbs_av1_read_ns()
526 if (get_bits(&tmp, 8)) in cbs_av1_get_payload_bytes_left()
H A Dqcelpdec.c38 #include "get_bits.h"
728 unpacked_data[bitmaps->index] |= get_bits(&q->gb, bitmaps->bitlen) << bitmaps->bitpos; in qcelp_decode_frame()
H A Drawdec.c31 #include "get_bits.h"
157 int sample = get_bits(&gb, avctx->bits_per_coded_sample); \
H A Dexr.c54 #include "get_bits.h"
337 uint64_t l = freq[im] = get_bits(&gbit, 6); in huf_unpack_enc_table()
340 int zerun = get_bits(&gbit, 8) + SHORTEST_LONG_RUN; in huf_unpack_enc_table()
425 int run = get_bits(&gbit, 8); in huf_decode()
H A Dadpcm.c41 #include "get_bits.h"
773 nb_bits = get_bits(&gb, 2)+2; in adpcm_swf_decode()
781 c->status[i].step_index = get_bits(&gb, 6); in adpcm_swf_decode()
789 int delta = get_bits(&gb, nb_bits); in adpcm_swf_decode()
H A Drv34.c222 coef = 22 + ((1 << coef) | get_bits(gb, coef)); in decode_coeff()
359 t = get_bits(gb, 2); in rv34_decode_intra_mb_header()
413 t = get_bits(gb, 2); in rv34_decode_inter_mb_header()
H A Dflac_parser.c126 subframe_type = get_bits(&gb, 6); in frame_header_is_valid()
H A Dshorten.c33 #include "get_bits.h"
419 s->version = get_bits(&s->gb, 8); in read_header()
H A Dg2meet.c40 #include "get_bits.h"
1035 if (get_bits(&gb, 8)) in kempf_restore_buf()
1038 col = get_bits(&gb, nb); in kempf_restore_buf()
H A Dapedec.c35 #include "get_bits.h"
493 x = (x << k) | get_bits(gb, k); in get_rice_ook()
515 x = (overflow << rice->k) + get_bits(gb, rice->k); in ape_decode_value_3860()
H A Dhevcdec.c296 lt_idx_sps = get_bits(gb, av_ceil_log2(sps->num_long_term_ref_pics_sps)); in decode_lt_rps()
301 rps->poc[i] = get_bits(gb, sps->log2_max_poc_lsb); in decode_lt_rps()
681 sh->colour_plane_id = get_bits(gb, 2); in hls_slice_header()
686 sh->pic_order_cnt_lsb = get_bits(gb, s->ps.sps->log2_max_poc_lsb); in hls_slice_header()
714 rps_idx = numbits > 0 ? get_bits(gb, numbits) : 0; in hls_slice_header()
791 sh->list_entry_lx[0][i] = get_bits(gb, av_ceil_log2(nb_refs)); in hls_slice_header()
798 sh->list_entry_lx[1][i] = get_bits(gb, av_ceil_log2(nb_refs)); in hls_slice_header()
H A Ddiracdec.c33 #include "get_bits.h"
784 int quant_base = get_bits(gb, 7); /*[DIRAC_STD] qindex */ in decode_lowdelay_slice()
851 quant_idx = get_bits(gb, 8); in decode_hq_slice()
870 int64_t length = s->highquality.size_scaler*get_bits(gb, 8); in decode_hq_slice()
H A Dtiff.c54 #include "get_bits.h"
415 dst16[i] = get_bits(&gb, bpp) << shift; in horizontal_fill()
450 dst[i] = get_bits(&gb, bpp); in unpack_gray()
H A Dinterplayvideo.c48 #include "get_bits.h"
1133 opcode = get_bits(&gb, 4); in ipvideo_decode_format_11_opcodes()
H A Dclearvideo.c33 #include "get_bits.h"
113 skip = get_bits(gb, 6); in decode_block()
H A Dh264_slice.c1885 sl->frame_num = get_bits(&sl->gb, sps->log2_max_frame_num); in h264_slice_header_parse()
1933 sl->poc_lsb = get_bits(&sl->gb, sps->log2_max_poc_lsb); in h264_slice_header_parse()
/third_party/ffmpeg/libavformat/
H A Dswfdec.c34 #include "libavcodec/get_bits.h"
98 len = get_bits(&gb, 5); in swf_probe()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h253 mov(scratch, Operand(value.to_f32_boxed().get_bits())); in LoadConstant()
260 mov(scratch, Operand(value.to_f64_boxed().get_bits())); in LoadConstant()

Completed in 60 milliseconds

1234567891011