Home
last modified time | relevance | path

Searched refs:profile_high_bit (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9_raw_reorder_bsf.c80 unsigned int profile_low_bit, profile_high_bit, reserved_zero; in vp9_raw_reorder_frame_parse() local
96 profile_high_bit = get_bits1(&bc); in vp9_raw_reorder_frame_parse()
97 frame->profile = (profile_high_bit << 1) | profile_low_bit; in vp9_raw_reorder_frame_parse()
254 // profile_high_bit in vp9_raw_reorder_make_output()
H A Dcbs_vp9.h86 uint8_t profile_high_bit; member
H A Dvp9_metadata_bsf.c47 int profile = (header->profile_high_bit << 1) + header->profile_low_bit; in vp9_metadata_update_fragment()
H A Dcbs_vp9_syntax_template.c274 f(1, profile_high_bit); in uncompressed_header()
275 vp9->profile = (current->profile_high_bit << 1) + current->profile_low_bit; in uncompressed_header()

Completed in 3 milliseconds