Searched refs:profile_high_bit (Results 1 – 5 of 5) sorted by relevance
80 unsigned int profile_low_bit, profile_high_bit, reserved_zero; in vp9_raw_reorder_frame_parse() local96 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()
47 int profile = (header->profile_high_bit << 1) + header->profile_low_bit; in vp9_metadata_update_fragment()
86 uint8_t profile_high_bit; member
274 f(1, profile_high_bit); in FUNC()275 vp9->profile = (current->profile_high_bit << 1) + current->profile_low_bit; in FUNC()
999 guint8 profile_low_bit, profile_high_bit, ret, bit; in parse_profile() local1002 VP9_READ_BIT (profile_high_bit); in parse_profile()1004 ret = (profile_high_bit << 1) | profile_low_bit; in parse_profile()