Searched refs:clp (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_image.c187 const u8 *clp = h264bsdClip + 512; local
252 tmp1 = clp[tmp1 + tmp2];
255 tmp3 = clp[tmp3 + tmp4];
259 tmp1 = clp[tmp1 + tmp2];
263 tmp3 = clp[tmp3 + tmp4];
324 tmp1 = clp[tmp1 + tmp2];
327 tmp3 = clp[tmp3 + tmp4];
331 tmp1 = clp[tmp1 + tmp2];
335 tmp3 = clp[tmp3 + tmp4];
H A Dh264bsd_reconstruct.c505 const u8 *clp = h264bsdClip + 512; local
550 tmp2 = clp[tmp2>>5];
562 tmp1 = clp[tmp1>>5];
574 tmp6 = clp[tmp6>>5];
586 tmp5 = clp[tmp5>>5];
624 const u8 *clp = h264bsdClip + 512; local
674 tmp2 = clp[tmp2>>5];
688 tmp1 = clp[tmp1>>5];
702 tmp6 = clp[tmp6>>5];
716 tmp5 = clp[tmp
757 const u8 *clp = h264bsdClip + 512; local
881 const u8 *clp = h264bsdClip + 512; local
1020 const u8 *clp = h264bsdClip + 512; local
1226 const u8 *clp = h264bsdClip + 512; local
1413 const u8 *clp = h264bsdClip + 512; local
1618 const u8 *clp = h264bsdClip + 512; local
[all...]
H A Dh264bsd_intra_prediction.c932 const u8 *clp = h264bsdClip + 512; local
966 tmp[0] = clp[tmp1 + tmp2];
971 tmp[1] = clp[tmp3 + tmp4];
976 tmp1 = clp[tmp1 + tmp2];
977 tmp3 = clp[tmp3 + tmp4];
1331 const u8 *clp = h264bsdClip + 512; local
1355 *data++ = clp[tmp>>5];
1357 *data++ = clp[tmp>>5];
1359 *data++ = clp[tmp>>5];
1361 *data++ = clp[tm
[all...]
H A Dh264bsd_deblocking.c662 const u8 *clp = h264bsdClip + 512; local
702 p0 = clp[p0 + delta];
703 q0 = clp[q0 - delta];
772 const u8 *clp = h264bsdClip + 512; local
811 p0 = clp[p0 + delta];
812 q0 = clp[q0 - delta];
842 const u8 *clp = h264bsdClip + 512; local
883 p0 = clp[p0 + delta];
884 q0 = clp[q0 - delta];
953 const u8 *clp local
1029 const u8 *clp = h264bsdClip + 512; local
1077 const u8 *clp = h264bsdClip + 512; local
[all...]
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutTest.java517 CoordinatorLayout.LayoutParams clp = new CoordinatorLayout.LayoutParams(200, 200);
518 clp.setBehavior(behavior);
519 col.addView(imageView, clp);
583 CoordinatorLayout.LayoutParams clp = new CoordinatorLayout.LayoutParams(200, 200);
584 clp.setBehavior(behavior);
585 col.addView(imageView, clp);
657 CoordinatorLayout.LayoutParams clp = new CoordinatorLayout.LayoutParams(200, 200);
658 clp.setBehavior(dependentBehavior);
659 col.addView(dependentView, clp);
662 clp
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DBaseTransientBottomBar.java410 final CoordinatorLayout.LayoutParams clp = (CoordinatorLayout.LayoutParams) lp;
439 clp.setBehavior(behavior);
441 clp.insetEdge = Gravity.BOTTOM;

Completed in 516 milliseconds