Home | History | Annotate | Download | only in src

Lines Matching refs:nz_coeff

565             if (MbQ->nz_coeff[0] != 0 || MbP->nz_coeff[3] != 0) pStrength[0] = 2;
566 if (MbQ->nz_coeff[4] != 0 || MbP->nz_coeff[7] != 0) pStrength[1] = 2;
567 if (MbQ->nz_coeff[8] != 0 || MbP->nz_coeff[11] != 0) pStrength[2] = 2;
568 if (MbQ->nz_coeff[12] != 0 || MbP->nz_coeff[15] != 0) pStrength[3] = 2;
654 if (MbQ->nz_coeff[0] != 0 || MbP->nz_coeff[12] != 0) pStrength[0] = 2;
655 if (MbQ->nz_coeff[1] != 0 || MbP->nz_coeff[13] != 0) pStrength[1] = 2;
656 if (MbQ->nz_coeff[2] != 0 || MbP->nz_coeff[14] != 0) pStrength[2] = 2;
657 if (MbQ->nz_coeff[3] != 0 || MbP->nz_coeff[15] != 0) pStrength[3] = 2;
764 //2. Check the nz_coeff block and mv difference
771 pnz = MbQ->nz_coeff + (idx << 2);
834 pnz = MbQ->nz_coeff + ((idx + 1) << 2);
939 //2. Check the nz_coeff block and mv difference
946 if (MbQ->nz_coeff[idx] != 0) *pStrength = 2;
947 if (MbQ->nz_coeff[4+idx] != 0)
952 if (MbQ->nz_coeff[8+idx] != 0)
957 if (MbQ->nz_coeff[12+idx] != 0) *(pStrength + 8) = 2;
1008 if (MbQ->nz_coeff[idx+1] != 0) *(pStrength + 1) = 2;
1009 if (MbQ->nz_coeff[4+idx+1] != 0)
1014 if (MbQ->nz_coeff[8+idx+1] != 0)
1019 if (MbQ->nz_coeff[12+idx+1] != 0) *(pStrength + 9) = 2;