Home
last modified time | relevance | path

Searched refs:halfpel (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow.c592 static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ in halfpel_interpol() argument
602 halfpel[1][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
603 halfpel[2][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
604 halfpel[3][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
605 if (!halfpel[1][p] || !halfpel[2][p] || !halfpel[3][p]) { in halfpel_interpol()
606 av_freep(&halfpel[1][p]); in halfpel_interpol()
607 av_freep(&halfpel[2][p]); in halfpel_interpol()
608 av_freep(&halfpel[ in halfpel_interpol()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhpeldsp_vp3.asm2 ;* SIMD-optimized halfpel functions for VP3
H A Dhpeldsp.asm9 ;* SIMD-optimized halfpel functions
/third_party/ffmpeg/libavcodec/arm/
H A Dhpeldsp_arm.S2 @ ARMv4-optimized halfpel functions

Completed in 4 milliseconds