Searched refs:H264_PROFILE_HIGH (Results 1 – 7 of 7) sorted by relevance
124 else if (profile == H264_PROFILE_HIGH) in strof_profle()
45 H264_PROFILE_HIGH = 100, //!< YUV 4:2:0/8 "High" enumerator
100 case H264_PROFILE_HIGH : in h264e_sps_update()302 if (sps->profile_idc >= H264_PROFILE_HIGH) { in h264e_sps_to_packet()
96 if (codec->profile < H264_PROFILE_HIGH) { in h264e_pps_update()
164 return (profile_idc >= H264_PROFILE_HIGH || profile_idc == H264_PROFILE_FREXT_CAVLC444) ? 1 : 0; in is_prext_profile()
191 || (cur_sps->profile_idc == H264_PROFILE_HIGH) in parser_sps()
1054 if (profile < H264_PROFILE_HIGH && transform8x8_mode) { in proc_h264_cfg()