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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsnowdsp.c34 const int w_r= w2 - 1; local
80 for(; (((x86_reg)&dst[i]) & 0x1F) && i<w_r; i++){
83 for(; i<w_r-15; i+=16){
101 snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r, 1, W_CM, W_CO, W_CS);
153 for(; (((x86_reg)&temp[i]) & 0x1F) && i<w_r; i++){
156 for(; i<w_r-7; i+=8){
176 snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS);
222 const int w_r= w2 - 1; local
262 for(; i<w_r-7; i+=8){
278 snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dsnowdsp_mmx.c33 const int w_r= w2 - 1; local
79 for(; (((x86_reg)&dst[i]) & 0x1F) && i<w_r; i++){
82 for(; i<w_r-15; i+=16){
100 snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r, 1, W_CM, W_CO, W_CS);
152 for(; (((x86_reg)&temp[i]) & 0x1F) && i<w_r; i++){
155 for(; i<w_r-7; i+=8){
175 snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS);
222 const int w_r= w2 - 1; local
262 for(; i<w_r-7; i+=8){
278 snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r,
[all...]

Completed in 109 milliseconds