Home
last modified time | relevance | path

Searched refs:vp9_iht4x4_16_add (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp9_rtcd.h352 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_… variable
604 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c; in setup_rtcd_internal()
605 if (flags & HAS_SSE2) vp9_iht4x4_16_add = vp9_iht4x4_16_add_sse2; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp9_rtcd.h268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp9_rtcd.h268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp9_rtcd.h268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp9_rtcd.h293 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp9_rtcd.h302 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c591 vp9_iht4x4_16_add(dqcoeff, dst, dst_stride, tx_type); in encode_block_intra()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c206 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type); in inverse_transform_block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c1387 vp9_iht4x4_16_add(input, dest, stride, tx_type); in vp9_iht4x4_add()