HomeSort by relevance Sort by last modified time
    Searched refs:qp_chroma_u (Results 1 - 2 of 2) sorted by null

  /external/libhevc/common/
ihevc_deblk_edge_filter.c 603 WORD32 qp_indx_u, qp_chroma_u; local
616 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]);
621 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53);
723 WORD32 qp_indx_u, qp_chroma_u; local
737 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]);
742 tc_indx_u = CLIP3(qp_chroma_u + 2 + (tc_offset_div2 << 1), 0, 53);
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 998 WORD32 qp_indx_u, qp_chroma_u; local
1149 WORD32 qp_indx_u, qp_chroma_u; local
    [all...]

Completed in 450 milliseconds