Lines Matching refs:width

100           width             width of the reference frame chrominance in pixels
103 chromaPartWidth width of the predicted part in pixels
115 u32 width,
137 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) ||
140 h264bsdFillBlock(pRef, block, x0, y0, width, height,
142 pRef += width * height;
144 x0, y0, width, height, chromaPartWidth + 1,
150 width = chromaPartWidth+1;
159 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
168 tmp1 = ptrA[width];
170 tmp3 = ptrA[width];
178 tmp1 = ptrA[width];
188 ptrA += 2*width - chromaPartWidth;
211 u32 width,
233 if ((x0 < 0) || ((u32)x0+chromaPartWidth > width) ||
236 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth,
238 pRef += width * height;
240 x0, y0, width, height, chromaPartWidth,
246 width = chromaPartWidth;
255 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
264 tmp3 = ptrA[width*2];
265 tmp2 = ptrA[width];
273 tmp3 = ptrA[width*2];
274 tmp2 = ptrA[width];
284 ptrA += 2*width - chromaPartWidth;
307 u32 width,
328 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) ||
331 h264bsdFillBlock(ref, block, x0, y0, width, height,
333 ref += width * height;
335 x0, y0, width, height, chromaPartWidth + 1,
341 width = chromaPartWidth+1;
351 ptrA = ref + (comp * height + (u32)y0) * width + x0;
359 tmp3 = ptrA[width];
360 tmp5 = ptrA[width*2];
368 tmp4 = ptrA[width];
369 tmp6 = ptrA[width*2];
384 tmp3 = ptrA[width];
385 tmp5 = ptrA[width*2];
400 ptrA += 2*width - chromaPartWidth;
428 u32 xFrac, yFrac, width, height, chromaPartWidth, chromaPartHeight;
437 ASSERT(refPic->width);
440 width = 8 * refPic->width;
450 ref = refPic->data + 256 * refPic->width * refPic->height;
454 h264bsdInterpolateChromaHorVer(ref, mbPartChroma, xInt, yInt, width,
459 h264bsdInterpolateChromaHor(ref, mbPartChroma, xInt, yInt, width,
464 h264bsdInterpolateChromaVer(ref, mbPartChroma, xInt, yInt, width,
469 h264bsdFillBlock(ref, mbPartChroma, xInt, yInt, width, height,
471 ref += width * height;
472 h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt, yInt, width, height,
496 u32 width,
512 if ((x0 < 0) || ((u32)x0+partWidth > width) ||
515 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
521 width = partWidth;
524 ref += (u32)y0 * width + (u32)x0;
526 ptrC = ref + width;
527 ptrV = ptrC + 5*width;
535 tmp4 = ptrV[-(i32)width*2];
536 tmp5 = ptrV[-(i32)width];
537 tmp1 = ptrV[width];
538 tmp2 = ptrV[width*2];
546 tmp3 = ptrC[width*2];
558 tmp2 = ptrC[width];
582 tmp6 = ptrC[-(i32)width];
590 ptrC += 4*width - partWidth;
591 ptrV += 4*width - partWidth;
614 u32 width,
631 if ((x0 < 0) || ((u32)x0+partWidth > width) ||
634 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
640 width = partWidth;
643 ref += (u32)y0 * width + (u32)x0;
645 ptrC = ref + width;
646 ptrV = ptrC + 5*width;
649 ptrInt = ptrC + (2+verOffset)*width;
659 tmp4 = ptrV[-(i32)width*2];
660 tmp5 = ptrV[-(i32)width];
661 tmp1 = ptrV[width];
662 tmp2 = ptrV[width*2];
670 tmp3 = ptrC[width*2];
675 tmp7 = ptrInt[width*2];
684 tmp2 = ptrC[width];
689 tmp7 = ptrInt[width];
712 tmp6 = ptrC[-(i32)width];
717 tmp7 = ptrInt[-(i32)width];
723 ptrC += 4*width - partWidth;
724 ptrV += 4*width - partWidth;
725 ptrInt += 4*width - partWidth;
748 u32 width,
766 if ((x0 < 0) || ((u32)x0+partWidth+5 > width) ||
769 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
775 width = partWidth + 5;
778 ref += (u32)y0 * width + (u32)x0;
848 ptrJ += width - partWidth;
871 u32 width,
888 if ((x0 < 0) || ((u32)x0+partWidth+5 > width) ||
891 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
897 width = partWidth + 5;
900 ref += (u32)y0 * width + (u32)x0;
986 ptrJ += width - partWidth;
1009 u32 width,
1027 if ((x0 < 0) || ((u32)x0+partWidth+5 > width) ||
1030 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1036 width = partWidth+5;
1040 ref += (u32)y0 * width + (u32)x0;
1043 ptrJ = ref + (((horVerOffset & 0x2) >> 1) + 2) * width + 5;
1046 ptrC = ref + width + 2 + (horVerOffset & 0x1);
1114 ptrJ += width - partWidth;
1119 ptrV = ptrC + 5*width;
1126 tmp4 = ptrV[-(i32)width*2];
1127 tmp5 = ptrV[-(i32)width];
1128 tmp1 = ptrV[width];
1129 tmp2 = ptrV[width*2];
1137 tmp3 = ptrC[width*2];
1151 tmp2 = ptrC[width];
1175 tmp6 = ptrC[-(i32)width];
1190 ptrC += 4*width - partWidth;
1191 ptrV += 4*width - partWidth;
1215 u32 width,
1233 if ((x0 < 0) || ((u32)x0+partWidth+5 > width) ||
1236 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1242 width = partWidth+5;
1245 ref += (u32)y0 * width + (u32)x0;
1310 ptrJ += width - partWidth;
1401 u32 width,
1420 if ((x0 < 0) || ((u32)x0+partWidth+5 > width) ||
1423 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1429 width = partWidth+5;
1432 ref += (u32)y0 * width + (u32)x0;
1495 ptrJ += width - partWidth;
1605 u32 width,
1625 if ((x0 < 0) || ((u32)x0+partWidth+5 > width) ||
1628 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1634 width = partWidth+5;
1637 ref += (u32)y0 * width + (u32)x0;
1640 ptrC = ref + width;
1641 ptrV = ptrC + 5*width;
1649 tmp4 = ptrV[-(i32)width*2];
1650 tmp5 = ptrV[-(i32)width];
1651 tmp1 = ptrV[width];
1652 tmp2 = ptrV[width*2];
1659 tmp3 = ptrC[width*2];
1669 tmp2 = ptrC[width];
1685 tmp6 = ptrC[-(i32)width];
1697 ptrC += 4*width - partWidth - 5;
1698 ptrV += 4*width - partWidth - 5;
1811 partWidth width of partition
1834 u32 xFrac, yFrac, width, height;
1846 ASSERT(refPic->width);
1855 width = 16 * refPic->width;
1867 xInt,yInt,width,height,partWidth,partHeight,16);
1871 xInt, yInt-2, width, height, partWidth, partHeight, 0);
1875 xInt, yInt-2, width, height, partWidth, partHeight);
1879 xInt, yInt-2, width, height, partWidth, partHeight, 1);
1883 xInt-2, yInt, width, height, partWidth, partHeight, 0);
1887 xInt-2, yInt-2, width, height, partWidth, partHeight, 0);
1891 xInt-2, yInt-2, width, height, partWidth, partHeight, 0);
1895 xInt-2, yInt-2, width, height, partWidth, partHeight, 2);
1899 xInt-2, yInt, width, height, partWidth, partHeight);
1903 xInt-2, yInt-2, width, height, partWidth, partHeight, 0);
1907 xInt-2, yInt-2, width, height, partWidth, partHeight);
1911 xInt-2, yInt-2, width, height, partWidth, partHeight, 1);
1915 xInt-2, yInt, width, height, partWidth, partHeight, 1);
1919 xInt-2, yInt-2, width, height, partWidth, partHeight, 1);
1923 xInt-2, yInt-2, width, height, partWidth, partHeight, 1);
1927 xInt-2, yInt-2, width, height, partWidth, partHeight, 3);
1961 partWidth width of partition
1983 u32 width, height;
2000 ASSERT(refPic->width);
2020 width = 16 * refPic->width;
2044 if ((x0 < 0) || ((u32)x0+fillWidth > width) ||
2047 h264bsdFillBlock(refPic->data, (u8*)pFill, x0, y0, width, height,
2053 width = fillWidth;
2055 ref += 2*width;
2062 ref = refPic->data + yInt*width + xInt;
2065 roi.width = (i32)partWidth;
2068 res = omxVCM4P10_InterpolateLuma(ref, (i32)width, partData, 16,
2073 width = 8 * refPic->width;
2081 ref = refPic->data + 256 * refPic->width * refPic->height;
2083 roi.width = (i32)(partWidth >> 1);
2088 if ((x0 < 0) || ((u32)x0+fillWidth > width) ||
2091 h264bsdFillBlock(ref, pFill, x0, y0, width, height,
2093 ref += width * height;
2095 x0, y0, width, height, fillWidth,
2101 width = fillWidth;
2109 ref += y0 * width + x0;
2110 res = armVCM4P10_Interpolate_Chroma(ref, width, partData, 8,
2111 (u32)roi.width, (u32)roi.height, xFrac, yFrac);
2114 ref += height * width;
2115 res = armVCM4P10_Interpolate_Chroma(ref, width, partData, 8,
2116 (u32)roi.width, (u32)roi.height, xFrac, yFrac);
2158 is partly negative or partly greater than reference picture width
2212 width width of reference frame
2214 blockWidth width of block
2227 u32 width,
2246 ASSERT(width);
2257 if (x0 >= 0 && xstop <= (i32)width)
2271 if (x0 > (i32)width)
2272 x0 = (i32)width;
2281 ref += y0 * (i32)width;
2284 right = xstop > (i32)width ? xstop - (i32)width : 0;
2302 ref += width;
2306 ref -= width;