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

  /external/libavc/common/
ih264_trans_data.c 303 const UWORD8 gu1_qpc_fqpi[52] = variable
ih264_trans_data.h 122 extern const UWORD8 gu1_qpc_fqpi[52];
  /external/libavc/encoder/
ih264e_deblk.c 547 u4_qp_chroma = (gu1_qpc_fqpi[u4_qp_p] + gu1_qpc_fqpi[u4_qp_q] + 1) >> 1;
650 u4_qp_chroma = (gu1_qpc_fqpi[u4_qp_p] + gu1_qpc_fqpi[u4_qp_q] + 1) >> 1;
787 u4_qp_chroma = gu1_qpc_fqpi[u4_qp_luma];
ih264e_utils.c     [all...]

Completed in 109 milliseconds