Searched refs:MAX_H264_QP (Results 1 – 3 of 3) sorted by relevance
582 #define H264_QP_ELEM (MAX_H264_QP + 1)
1563 if ((ps_ip->s_ive_ip.u4_i_qp_max > MAX_H264_QP) in api_check_struct_sanity()1564 || (ps_ip->s_ive_ip.u4_p_qp_max > MAX_H264_QP) in api_check_struct_sanity()1565 || (ps_ip->s_ive_ip.u4_b_qp_max > MAX_H264_QP)) in api_check_struct_sanity()
611 #define MAX_H264_QP 51 macro