Searched refs:horizontal_decompose97i (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.c319 static void horizontal_decompose97i(DWTELEM *b, int width){ function
377 if(y+3<(unsigned)height) horizontal_decompose97i(b4, width);
378 if(y+4<(unsigned)height) horizontal_decompose97i(b5, width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.c243 static void horizontal_decompose97i(DWTELEM *b, DWTELEM *temp, int width) function
304 horizontal_decompose97i(b4, temp, width);
306 horizontal_decompose97i(b5, temp, width);

Completed in 53 milliseconds