Home
last modified time | relevance | path

Searched refs:MAX_H264_QP (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dih264e_defs.h584 #define H264_QP_ELEM (MAX_H264_QP + 1)
Dih264e_api.c1581 if ((ps_ip->s_ive_ip.u4_i_qp_max > MAX_H264_QP) in api_check_struct_sanity()
1582 || (ps_ip->s_ive_ip.u4_p_qp_max > MAX_H264_QP) in api_check_struct_sanity()
1583 || (ps_ip->s_ive_ip.u4_b_qp_max > MAX_H264_QP)) in api_check_struct_sanity()
/external/libavc/common/
Dih264_defs.h611 #define MAX_H264_QP 51 macro