Lines Matching refs:ref

295           image (ref) is read at correct position and the predicted part
301 u8 *ref,
324 ASSERT(ref);
329 h264bsdFillBlock(ref, block, x0, y0, width, height,
331 ref += width * height;
332 h264bsdFillBlock(ref, block + (chromaPartWidth+1)*(chromaPartHeight+1),
336 ref = block;
349 ptrA = ref + (comp * height + (u32)y0) * width + x0;
428 u8 *ref;
448 ref = refPic->data + 256 * refPic->width * refPic->height;
452 h264bsdInterpolateChromaHorVer(ref, mbPartChroma, xInt, yInt, width,
457 h264bsdInterpolateChromaHor(ref, mbPartChroma, xInt, yInt, width,
462 h264bsdInterpolateChromaVer(ref, mbPartChroma, xInt, yInt, width,
467 h264bsdFillBlock(ref, mbPartChroma, xInt, yInt, width, height,
469 ref += width * height;
470 h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt, yInt, width, height,
484 image (ref) is read at correct position and the predicted part
490 u8 *ref,
507 ASSERT(ref);
513 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
518 ref = (u8*)p1;
522 ref += (u32)y0 * width + (u32)x0;
524 ptrC = ref + width;
602 image (ref) is read at correct position and the predicted part
608 u8 *ref,
626 ASSERT(ref);
632 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
637 ref = (u8*)p1;
641 ref += (u32)y0 * width + (u32)x0;
643 ptrC = ref + width;
736 image (ref) is read at correct position and the predicted part
742 u8 *ref,
759 ASSERT(ref);
767 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
772 ref = (u8*)p1;
776 ref += (u32)y0 * width + (u32)x0;
778 ptrJ = ref + 5;
859 image (ref) is read at correct position and the predicted part
865 u8 *ref,
883 ASSERT(ref);
889 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
894 ref = (u8*)p1;
898 ref += (u32)y0 * width + (u32)x0;
900 ptrJ = ref + 5;
997 if needed. Reference image (ref) is read at correct position and
1003 u8 *ref,
1022 ASSERT(ref);
1028 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1033 ref = (u8*)p1;
1038 ref += (u32)y0 * width + (u32)x0;
1041 ptrJ = ref + (((horVerOffset & 0x2) >> 1) + 2) * width + 5;
1044 ptrC = ref + width + 2 + (horVerOffset & 0x1);
1203 Reference image (ref) is read at correct position and the predicted
1209 u8 *ref,
1228 ASSERT(ref);
1234 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1239 ref = (u8*)p1;
1243 ref += (u32)y0 * width + (u32)x0;
1246 ptrJ = ref + 5;
1389 Reference image (ref) is read at correct position and the predicted
1395 u8 *ref,
1415 ASSERT(ref);
1421 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1426 ref = (u8*)p1;
1430 ref += (u32)y0 * width + (u32)x0;
1433 ptrJ = ref + 5;
1593 Reference image (ref) is read at correct position and the predicted
1599 u8 *ref,
1620 ASSERT(ref);
1626 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
1631 ref = (u8*)p1;
1635 ref += (u32)y0 * width + (u32)x0;
1638 ptrC = ref + width;
1983 u8 *partData, *ref;
2050 ref = pFill;
2053 ref += 2*width;
2055 ref += 2;
2060 ref = refPic->data + yInt*width + xInt;
2066 res = omxVCM4P10_InterpolateLuma(ref, (i32)width, partData, 16,
2079 ref = refPic->data + 256 * refPic->width * refPic->height;
2089 h264bsdFillBlock(ref, pFill, x0, y0, width, height,
2091 ref += width * height;
2092 h264bsdFillBlock(ref, pFill + fillWidth*fillHeight,
2096 ref = pFill;
2107 ref += y0 * width + x0;
2108 res = armVCM4P10_Interpolate_Chroma(ref, width, partData, 8,
2112 ref += height * width;
2113 res = armVCM4P10_Interpolate_Chroma(ref, width, partData, 8,
2133 u8 *ref,
2140 ASSERT(ref);
2143 H264SwDecMemcpy(fill, ref, (u32)center);
2158 ref pointer to reference samples
2168 u8 *ref,
2176 ASSERT(ref);
2180 tmp = *ref;
2187 *fill++ = *ref++;
2190 tmp = ref[-1];
2206 ref pointer to reference frame
2220 u8 *ref,
2241 ASSERT(ref);
2275 ref += x0;
2278 ref += y0 * (i32)width;
2291 (*fp)(ref, fill, left, x, right);
2298 (*fp)(ref, fill, left, x, right);
2299 ref += width;
2303 ref -= width;
2308 (*fp)(ref, fill, left, x, right);