Searched refs:pixels16_x2 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | hpeldsp_rnd_template.c | 63 av_unused static void DEF(put, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() argument 138 av_unused static void DEF(avg, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() argument
|
/third_party/ffmpeg/libavcodec/arm/ |
D | hpeldsp_neon.S | 55 .macro pixels16_x2 rnd=1, avg=0 macro 381 pixfunc2 put_, pixels16_x2, avg=0 390 pixfunc2 avg_, pixels16_x2, avg=1
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hpeldsp_neon.S | 52 .macro pixels16_x2 rnd=1, avg=0 macro 368 pixfunc2 put_, pixels16_x2, avg=0 377 pixfunc2 avg_, pixels16_x2, avg=1
|