Home
last modified time | relevance | path

Searched refs:vp8_short_idct4x4llm_c (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Ddequantize.c39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride); in vp8_dequant_idct_add_c()
Didctllm.c28 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, in vp8_short_idct4x4llm_c() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dshortidct4x4llm_neon.asm20 ;void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Didct_test.cc111 INSTANTIATE_TEST_CASE_P(C, IDCTTest, ::testing::Values(vp8_short_idct4x4llm_c));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsystemdependent.c85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h64 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h64 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Didct_v6.asm17 ; void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h71 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h76 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h88 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h352 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
734 vp8_short_idct4x4llm = vp8_short_idct4x4llm_c; in setup_rtcd_internal()