Searched refs:uvlc (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | av1.c | 124 static inline void uvlc(GetBitContext *gb) in uvlc() function 240 uvlc(&gb); // num_ticks_per_picture_minus_1 in parse_sequence_header()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_av1.c | 42 av_log(ctx->log_ctx, AV_LOG_ERROR, "Invalid uvlc code at " in cbs_av1_read_uvlc() 56 av_log(ctx->log_ctx, AV_LOG_ERROR, "Invalid uvlc code at " in cbs_av1_read_uvlc() 593 #define uvlc(name, range_min, range_max) do { \ macro 650 #undef uvlc macro 677 #define uvlc(name, range_min, range_max) do { \ macro 728 #undef uvlc macro
|
H A D | cbs_av1_syntax_template.c | 168 uvlc(num_ticks_per_picture_minus_1, 0, MAX_UINT_BITS(32) - 1); in timing_info()
|
Completed in 5 milliseconds