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

/external/libhevc/common/
H A Dihevc_deblk_edge_filter.c1106 WORD32 qp_indx_v, qp_chroma_v; local
1121 qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp_indx_v]);
1126 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1226 WORD32 qp_indx_v, qp_chroma_v; local
1241 qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp_indx_v]);
1246 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1342 WORD32 qp_indx_v, qp_chroma_v; local
1358 qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp_indx_v]);
1363 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1457 WORD32 qp_indx_v, qp_chroma_v; local
[all...]
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c999 WORD32 qp_indx_v, qp_chroma_v; local
1012 qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp_indx_v]);
1017 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);
1150 WORD32 qp_indx_v, qp_chroma_v; local
1165 qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp_indx_v]);
1170 tc_indx_v = CLIP3(qp_chroma_v + 2 + (tc_offset_div2 << 1), 0, 53);

Completed in 52 milliseconds