Searched refs:ff_cbs_write_unsigned (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cbs_internal.h | 152 int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc,
|
D | cbs_vp9.c | 349 CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \ 380 CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
|
D | cbs_av1.c | 198 err = ff_cbs_write_unsigned(ctx, pbc, 8, "leb128_byte[i]", subscript, in cbs_av1_write_leb128() 479 err = ff_cbs_write_unsigned(ctx, pbc, range_bits, in cbs_av1_write_subexp() 665 CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
|
D | cbs_mpeg2.c | 109 CHECK(ff_cbs_write_unsigned(ctx, rw, width, string, \
|
D | cbs_jpeg.c | 70 CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
|
D | cbs.c | 546 int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc, in ff_cbs_write_unsigned() function
|
D | cbs_h2645.c | 394 CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
|