Searched refs:pixels8_y2 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | hpeldsp_rnd_template.c | 109 av_unused static void DEF(put, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() argument 165 av_unused static void DEF(avg, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() argument
|
/third_party/ffmpeg/libavcodec/arm/ |
D | hpeldsp_neon.S | 245 .macro pixels8_y2 rnd=1, avg=0 macro 400 pixfunc2 put_, pixels8_y2, avg=0 409 pixfunc avg_, pixels8_y2, avg=1
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hpeldsp_neon.S | 229 .macro pixels8_y2 rnd=1, avg=0 macro 387 pixfunc2 put_, pixels8_y2, avg=0 396 pixfunc avg_, pixels8_y2, avg=1
|