Searched defs:qp_indx_u (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/common/
H A Dihevc_deblk_edge_filter.c1105 WORD32 qp_indx_u, qp_chroma_u; local
1117 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1);
1118 qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp_indx_u]);
1225 WORD32 qp_indx_u, qp_chroma_u; local
1237 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1);
1238 qp_chroma_u = qp_indx_u <
1341 WORD32 qp_indx_u, qp_chroma_u; local
1456 WORD32 qp_indx_u, qp_chroma_u; local
[all...]
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c998 WORD32 qp_indx_u, qp_chroma_u; local
1008 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1);
1009 qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp_indx_u]);
1149 WORD32 qp_indx_u, qp_chroma_u; local
1161 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1);
1162 qp_chroma_u = qp_indx_u <
[all...]

Completed in 167 milliseconds