Home
last modified time | relevance | path

Searched defs:refp (Results 1 – 8 of 8) sorted by relevance

/external/libaom/aom_dsp/x86/
Dhighbd_sad_avx2.c147 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad32xN_avx2() local
198 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad64xN_avx2() local
244 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad128xN_avx2() local
316 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad16x8_avg_avx2() local
377 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad32x8_avg_avx2() local
398 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad32x16_avg_avx2() local
447 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad64x16_avg_avx2() local
468 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad64x32_avg_avx2() local
516 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad128x64_avg_avx2() local
605 const uint16_t *refp[4]; in aom_highbd_sadMxNxD_avx2() local
/external/v4l-utils/utils/qvidcap/
Dcodec-fwht.c684 static u32 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max, in encode_plane()
871 const u8 *refp = ref + j * 8 * ref_stride + in decode_plane() local
/external/v4l-utils/utils/common/
Dcodec-fwht.c684 static u32 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max, in encode_plane()
871 const u8 *refp = ref + j * 8 * ref_stride + in decode_plane() local
/external/v4l-utils/utils/v4l2-ctl/
Dcodec-fwht.c684 static u32 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max, in encode_plane()
871 const u8 *refp = ref + j * 8 * ref_stride + in decode_plane() local
/external/libdav1d/src/
Drecon_tmpl.c945 const mv mv, const Dav1dThreadPicture *const refp, const int refidx, in mc()
1121 const Dav1dThreadPicture *const refp, in warp_affine()
1600 const Dav1dThreadPicture *const refp = &f->refp[b->ref[0]]; in bytefn() local
1793 const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; in bytefn() local
1835 const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; in bytefn() local
Dinternal.h220 Dav1dThreadPicture refp[7]; member
/external/freetype/src/truetype/
Dttinterp.c5130 FT_UShort* refp ) in Compute_Point_Displacement()
5214 FT_UShort refp; in Ins_SHP() local
5270 FT_UShort refp; in Ins_SHC() local
5322 FT_UShort refp; in Ins_SHZ() local
/external/python/cpython3/Objects/
Dweakrefobject.c273 PyWeakReference **refp, PyWeakReference **proxyp) in get_basic_refs()