Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depjitsu.c4170 int this_col = k*tp->image->x_res/tp->x_res; in descramble_raw() local
4173 if(ppc && curr_col != this_col){ in descramble_raw()
4185 curr_col = this_col; in descramble_raw()
4188 if(k == tp->plane_width || this_col >= tp->image->width_pix){ in descramble_raw()
4218 int this_col = k*tp->image->x_res/tp->x_res; in descramble_raw() local
4221 if(ppc && curr_col != this_col){ in descramble_raw()
4233 curr_col = this_col; in descramble_raw()
4236 if(k == tp->plane_width || this_col >= tp->image->width_pix){ in descramble_raw()
4262 int this_col = (k+i*tp->plane_width)*tp->image->x_res/tp->x_res; in descramble_raw() local
4265 if(ppc && curr_col != this_col){ in descramble_raw()
[all...]

Completed in 5 milliseconds