OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp9_d45_predictor_8x8
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp9_rtcd.h
82
RTCD_EXTERN void (*
vp9_d45_predictor_8x8
)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
variable
425
vp9_d45_predictor_8x8
= vp9_d45_predictor_8x8_c;
426
if (flags & HAS_SSSE3)
vp9_d45_predictor_8x8
= vp9_d45_predictor_8x8_ssse3;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp9_rtcd.h
70
#define
vp9_d45_predictor_8x8
vp9_d45_predictor_8x8_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp9_rtcd.h
70
#define
vp9_d45_predictor_8x8
vp9_d45_predictor_8x8_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp9_rtcd.h
70
#define
vp9_d45_predictor_8x8
vp9_d45_predictor_8x8_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h
70
#define
vp9_d45_predictor_8x8
vp9_d45_predictor_8x8_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp9_rtcd.h
73
#define
vp9_d45_predictor_8x8
vp9_d45_predictor_8x8_c
macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd_defs.pl
94
add_proto qw/void
vp9_d45_predictor_8x8
/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
95
specialize qw/
vp9_d45_predictor_8x8
/, "$ssse3_x86inc";
[
all
...]
Completed in 39 milliseconds