pos              1265 source/common/quant.cpp                 uint32_t pos[2] = { (blkPos & (trSize - 1)), (blkPos >> log2TrSize) };
pos              1267 source/common/quant.cpp                     std::swap(pos[0], pos[1]);
pos              1272 source/common/quant.cpp                     int temp = g_lastCoeffTable[pos[i]];
pos              1303 source/common/quant.cpp     for (int pos = 0; pos < bestLastIdx; pos++)
pos              1305 source/common/quant.cpp         int blkPos = codeParams.scan[pos];
pos              1316 source/common/quant.cpp     for (int pos = bestLastIdx; pos <= (fastMin(lastScanPos, bestLastIdx) | (SCAN_SET_SIZE - 1)); pos++)
pos              1318 source/common/quant.cpp         dstCoeff[codeParams.scan[pos]] = 0;
pos              1320 source/common/quant.cpp     for (int pos = (bestLastIdx & ~(SCAN_SET_SIZE - 1)) + SCAN_SET_SIZE; pos <= lastScanPos; pos += SCAN_SET_SIZE)
pos              1322 source/common/quant.cpp         const uint32_t blkPos = codeParams.scan[pos];
pos               298 source/encoder/encoder.cpp                     double pos = (double)(q - iThresh + 1) / (QP_MAX_MAX - QP_MAX_SPEC - iThresh);
pos               302 source/encoder/encoder.cpp                     double bias = (pow(2, pos * (QP_MAX_MAX - QP_MAX_SPEC)) * 0.003 - 0.003) * start;
pos              3571 source/encoder/encoder.cpp     int pos = 0;
pos              3617 source/encoder/encoder.cpp                     for (pos = 0; pos < rpsInRec->numberOfPictures; pos++)
pos              3619 source/encoder/encoder.cpp                         if (rpsInRec->deltaPOC[pos] != rpsInIdxList->deltaPOC[pos]
pos              3620 source/encoder/encoder.cpp                             || rpsInRec->bUsed[pos] != rpsInIdxList->bUsed[pos])
pos              3623 source/encoder/encoder.cpp                     if (pos == rpsInRec->numberOfPictures)    // if this type of RPS has exist
pos              3712 source/encoder/encoder.cpp         for (pos = 0; pos < thisRpsInList->numberOfPictures; pos++)
pos              3714 source/encoder/encoder.cpp             thisRpsInSPS->deltaPOC[pos] = thisRpsInList->deltaPOC[pos];
pos              3715 source/encoder/encoder.cpp             thisRpsInSPS->bUsed[pos] = thisRpsInList->bUsed[pos];
pos              1866 source/encoder/entropy.cpp         uint32_t pos[2] = { (posLast & (trSize - 1)), (posLast >> log2TrSize) };
pos              1869 source/encoder/entropy.cpp             std::swap(pos[0], pos[1]);
pos              1880 source/encoder/entropy.cpp             uint32_t temp = g_lastCoeffTable[pos[i]];
pos              1891 source/encoder/entropy.cpp             packedSuffixBits |= (pos[i] & ((1 << suffixLen) - 1));
pos              1635 source/encoder/ratecontrol.cpp             int pos = m_sliderPos % s_slidingWindowFrames;
pos              1636 source/encoder/ratecontrol.cpp             int addPos = (pos + s_slidingWindowFrames - 1) % s_slidingWindowFrames;
pos              1655 source/encoder/ratecontrol.cpp             m_lastRemovedSatdCost = m_satdCostWindow[pos];
pos              1656 source/encoder/ratecontrol.cpp             m_satdCostWindow[pos] = rce->lastSatd;
pos              2060 source/encoder/ratecontrol.cpp             int pos = X265_MAX(m_sliderPos - m_param->frameNumThreads, 0);
pos              2061 source/encoder/ratecontrol.cpp             int64_t shrtTermWantedBits = (int64_t) (X265_MIN(pos, s_slidingWindowFrames) * m_bitrate * m_frameDuration);
pos              2691 source/encoder/ratecontrol.cpp         int pos = m_sliderPos - m_param->frameNumThreads;
pos              2692 source/encoder/ratecontrol.cpp         if (pos >= 0)
pos              2693 source/encoder/ratecontrol.cpp             m_encodedBitsWindow[pos % s_slidingWindowFrames] = actualBits;
pos              1754 source/test/pixelharness.cpp             uint32_t pos = scanTbl[subPosBase + k];
pos              1755 source/test/pixelharness.cpp             coeff_t tmp_coeff = ref_src[i + pos];