Searched refs:vp9_iht4x4_16_add (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp9_rtcd.h | 352 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/ |
D | vp9_rtcd.h | 268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp9_rtcd.h | 268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp9_rtcd.h | 268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp9_rtcd.h | 293 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp9_rtcd.h | 302 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 591 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/ |
D | vp9_decodeframe.c | 206 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type); in inverse_transform_block()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 1387 vp9_iht4x4_16_add(input, dest, stride, tx_type); in vp9_iht4x4_add()
|