Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.h144 #define MEMSET(_ps,_c,_n,_eError) \ argument
146 if(memset(_ps,_c,_n) != _ps) { \
/hardware/intel/bootstub/
Dbootstub.c86 unsigned long _c = c << 24 | c << 16 | c << 8 | c; in memset() local
89 *(long *)xs = _c; in memset()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_asm_stubs.c104 vp9_convolve8_##name##_c(src, src_stride, dst, dst_stride, \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_sad.c37 unsigned int vp9_sad##m##x##n##_c(const uint8_t *src_ptr, int src_stride, \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c145 #define OC_CLAMPI(_a,_b,_c) (OC_MAXI(_a,OC_MINI(_b,_c))) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconintra.c35 void vp9_##type##_predictor_##size##x##size##_c(uint8_t *dst, \