61     int i, 
c, w = inlink->
w, h = inlink->
h;
 
   73     for (i = 0; i < 4; i++) {
 
   74         const int h1 = i == 1 || i == 2 ? ch : h;
 
   88         const int w1 = c == 1 || c == 2 ? cw : w;
 
   89         const int h1 = c == 1 || c == 2 ? ch : h;
 
   91         for (i = 0; i < h1; i++) {
 
  129     .
name        = 
"pixdesctest",
 
  133     .
inputs      = avfilter_vf_pixdesctest_inputs,
 
  134     .
outputs     = avfilter_vf_pixdesctest_outputs,