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

  /external/libhevc/common/
ihevc_deblk_edge_filter.c 604 WORD32 qp_indx_v, qp_chroma_v; local
618 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1);
619 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]);
724 WORD32 qp_indx_v, qp_chroma_v; local
739 qp_indx_v = qp_offset_v + ((quant_param_p + quant_param_q + 1) >> 1);
740 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])
    [all...]
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 999 WORD32 qp_indx_v, qp_chroma_v; local
1150 WORD32 qp_indx_v, qp_chroma_v; local
    [all...]

Completed in 135 milliseconds