Searched refs:maxDstAddr (Results 1 – 1 of 1) sorted by relevance
408 uint8_t *maxDstAddr = dstNV12 + width * height + width * height / RATE_UV; in ConvertP010ToNV12() local419 for (int32_t j = 0; j < width && srcUV < maxSrcAddr && dstUV < maxDstAddr; j++) { in ConvertP010ToNV12()