Searched refs:Ratio (Results 1 – 5 of 5) sorted by relevance
33 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total38 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total
223 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total1067 & \#Q \#D Ratio BLKmin BLKavg BLKmax Total\\\hline
998 unsigned Ratio; in SimplifyDemandedVectorElts() local1003 Ratio = 1; in SimplifyDemandedVectorElts()1012 Ratio = VWidth/InVWidth; in SimplifyDemandedVectorElts()1015 InputDemandedElts.setBit(OutIdx/Ratio); in SimplifyDemandedVectorElts()1024 Ratio = InVWidth/VWidth; in SimplifyDemandedVectorElts()1026 if (DemandedElts[InIdx/Ratio]) in SimplifyDemandedVectorElts()1045 if (UndefElts2[OutIdx/Ratio]) in SimplifyDemandedVectorElts()1055 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit. in SimplifyDemandedVectorElts()
162 unsigned Ratio = NumSrcElt/NumDstElt; in FoldBitCast() local168 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1); in FoldBitCast()169 for (unsigned j = 0; j != Ratio; ++j) { in FoldBitCast()191 unsigned Ratio = NumDstElt/NumSrcElt; in FoldBitCast() local200 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1); in FoldBitCast()201 for (unsigned j = 0; j != Ratio; ++j) { in FoldBitCast()
1870 double Ratio; in define_gf_group() local1887 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group()1890 cpi->section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025); in define_gf_group()2535 double Ratio; in find_next_key_frame() local2550 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in find_next_key_frame()2553 cpi->section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025); in find_next_key_frame()