Searched refs:refp (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | sad_highbd_avx2.c | 147 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad32xN_avx2() local 152 sad32x4(srcp, src_stride, refp, ref_stride, NULL, &sad); in aom_highbd_sad32xN_avx2() 154 refp += ref_stride << left_shift; in aom_highbd_sad32xN_avx2() 198 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad64xN_avx2() local 202 sad64x2(srcp, src_stride, refp, ref_stride, NULL, &sad); in aom_highbd_sad64xN_avx2() 204 refp += ref_stride << left_shift; in aom_highbd_sad64xN_avx2() 244 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad128xN_avx2() local 247 sad128x1(srcp, refp, NULL, &sad); in aom_highbd_sad128xN_avx2() 249 refp += ref_stride; in aom_highbd_sad128xN_avx2() 286 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad16x4_avg_avx2() local [all …]
|
/external/python/cpython2/Objects/ |
D | weakrefobject.c | 224 PyWeakReference **refp, PyWeakReference **proxyp) in get_basic_refs() argument 226 *refp = NULL; in get_basic_refs() 234 *refp = head; in get_basic_refs()
|
/external/python/cpython3/Objects/ |
D | weakrefobject.c | 236 PyWeakReference **refp, PyWeakReference **proxyp) in get_basic_refs() argument 238 *refp = NULL; in get_basic_refs() 246 *refp = head; in get_basic_refs()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 5478 FT_UShort* refp ) in Compute_Point_Displacement() argument 5500 *refp = 0; in Compute_Point_Displacement() 5505 *refp = p; in Compute_Point_Displacement() 5562 FT_UShort refp; in Ins_SHP() local 5575 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHP() 5624 FT_UShort refp; in Ins_SHC() local 5641 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHC() 5659 if ( zp.cur != exc->zp2.cur || refp != i ) in Ins_SHC() 5676 FT_UShort refp; in Ins_SHZ() local 5690 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHZ() [all …]
|