Searched defs:ou (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DRFC4519Style.java35 public static final ASN1ObjectIdentifier ou = new ASN1ObjectIdentifier("2.5.4.11").intern(); field in class:RFC4519Style
92 DefaultSymbols.put(ou, "ou");
136 DefaultLookUp.put("ou", ou);
/external/tcpdump/
H A Dprint-ntp.c383 register uint32_t ou, ouf; local
389 ou = EXTRACT_32BITS(&olfp->int_part);
392 if (ou == 0 && ouf == 0) {
397 i = u - ou;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c745 int oy_stride, uint8_t *ou, uint8_t *ov,
748 vp9_resize_plane(u, height / 2, width / 2, uv_stride, ou, oheight / 2,
757 int oy_stride, uint8_t *ou, uint8_t *ov,
760 vp9_resize_plane(u, height, width / 2, uv_stride, ou, oheight, owidth / 2,
769 int oy_stride, uint8_t *ou, uint8_t *ov,
772 vp9_resize_plane(u, height, width, uv_stride, ou, oheight, owidth,
782 uint8_t *oy, int oy_stride, uint8_t *ou,
787 vp9_highbd_resize_plane(u, height / 2, width / 2, uv_stride, ou, oheight / 2,
796 uint8_t *oy, int oy_stride, uint8_t *ou,
801 vp9_highbd_resize_plane(u, height, width / 2, uv_stride, ou, oheigh
742 vp9_resize_frame420(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
754 vp9_resize_frame422(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
766 vp9_resize_frame444(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
779 vp9_highbd_resize_frame420(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth, int bd) argument
793 vp9_highbd_resize_frame422(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth, int bd) argument
807 vp9_highbd_resize_frame444(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth, int bd) argument
[all...]
/external/freetype/src/autofit/
H A Dafhints.c1267 FT_Pos u, ou, fu; /* point position */ local
1283 ou = point->oy;
1288 ou = point->ox;
1298 u = edge->pos - ( edge->opos - ou );
1307 u = edge->pos + ( ou - edge->opos );

Completed in 488 milliseconds