Lines Matching refs:crBlockIndex

1458 	EB_U32 cbBlockIndex, crBlockIndex;  in ComputeChromaBlockMean()  local
1472 crBlockIndex = inputCrOriginIndex; in ComputeChromaBlockMean()
1478 …cks[0] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1482 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1484 …cks[1] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1488 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1490 …cks[2] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1494 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1496 …cks[3] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1500 crBlockIndex = inputCrOriginIndex + (strideCr << 3); in ComputeChromaBlockMean()
1502 …cks[4] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1506 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1508 …cks[5] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1512 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1514 …cks[6] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1518 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1520 …cks[7] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1524 crBlockIndex = inputCrOriginIndex + (strideCr << 4); in ComputeChromaBlockMean()
1526 …cks[8] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1530 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1532 …cks[9] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1536 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1538 …ks[10] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1542 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1544 …ks[11] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1548 crBlockIndex = inputCrOriginIndex + (strideCr * 24); in ComputeChromaBlockMean()
1550 …ks[12] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1554 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1556 …ks[13] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1560 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1562 …ks[14] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()
1566 crBlockIndex = crBlockIndex + 8; in ComputeChromaBlockMean()
1568 …ks[15] = ComputeSubMean8x8_SSE2_INTRIN(&(inputPaddedPicturePtr->bufferCr[crBlockIndex]), strideCr); in ComputeChromaBlockMean()