Lines Matching refs:rgb_row

2303     unsigned char   *rgb_row;  in th_decode_ycbcr_out()  local
2336 rgb_row=data; in th_decode_ycbcr_out()
2346 rgb_row[4*x+0]=OC_CLAMP255(b); in th_decode_ycbcr_out()
2347 rgb_row[4*x+1]=OC_CLAMP255(g); in th_decode_ycbcr_out()
2348 rgb_row[4*x+2]=OC_CLAMP255(r); in th_decode_ycbcr_out()
2353 rgb_row+=cstride; in th_decode_ycbcr_out()
2839 rgb_row=data; in th_decode_ycbcr_out()
2848 rgb_row2=rgb_row+cstride; in th_decode_ycbcr_out()
2853 y=(65481*rgb_row[4*x+2]+128553*rgb_row[4*x+1] in th_decode_ycbcr_out()
2854 +24966*rgb_row[4*x+0]+4207500)/255000; in th_decode_ycbcr_out()
2856 y=(65481*rgb_row[4*x+6]+128553*rgb_row[4*x+5] in th_decode_ycbcr_out()
2857 +24966*rgb_row[4*x+4]+4207500)/255000; in th_decode_ycbcr_out()
2865 u=(-8372*(rgb_row[4*x+2]+rgb_row[4*x+6] in th_decode_ycbcr_out()
2867 -16436*(rgb_row[4*x+1]+rgb_row[4*x+5] in th_decode_ycbcr_out()
2869 +24808*(rgb_row[4*x+0]+rgb_row[4*x+4] in th_decode_ycbcr_out()
2871 v=(39256*(rgb_row[4*x+2]+rgb_row[4*x+6] in th_decode_ycbcr_out()
2873 -32872*(rgb_row[4*x+1]+rgb_row[4*x+5] in th_decode_ycbcr_out()
2875 -6384*(rgb_row[4*x+0]+rgb_row[4*x+4] in th_decode_ycbcr_out()
2883 rgb_row+=cstride<<1; in th_decode_ycbcr_out()
2892 y=(65481*rgb_row[4*x+2]+128553*rgb_row[4*x+1] in th_decode_ycbcr_out()
2893 +24966*rgb_row[4*x+0]+4207500)/255000; in th_decode_ycbcr_out()
2895 y=(65481*rgb_row[4*x+6]+128553*rgb_row[4*x+5] in th_decode_ycbcr_out()
2896 +24966*rgb_row[4*x+4]+4207500)/255000; in th_decode_ycbcr_out()
2898 u=(-16744*(rgb_row[4*x+2]+rgb_row[4*x+6]) in th_decode_ycbcr_out()
2899 -32872*(rgb_row[4*x+1]+rgb_row[4*x+5]) in th_decode_ycbcr_out()
2900 +49616*(rgb_row[4*x+0]+rgb_row[4*x+4])+29032005)/225930; in th_decode_ycbcr_out()
2901 v=(78512*(rgb_row[4*x+2]+rgb_row[4*x+6]) in th_decode_ycbcr_out()
2902 -65744*(rgb_row[4*x+1]+rgb_row[4*x+5]) in th_decode_ycbcr_out()
2903 -12768*(rgb_row[4*x+0]+rgb_row[4*x+4])+45940035)/357510; in th_decode_ycbcr_out()
2910 rgb_row+=cstride; in th_decode_ycbcr_out()
2920 y=(65481*rgb_row[4*x+2]+128553*rgb_row[4*x+1] in th_decode_ycbcr_out()
2921 +24966*rgb_row[4*x+0]+4207500)/255000; in th_decode_ycbcr_out()
2922 u=(-33488*rgb_row[4*x+2]-65744*rgb_row[4*x+1] in th_decode_ycbcr_out()
2923 +99232*rgb_row[4*x+0]+29032005)/225930; in th_decode_ycbcr_out()
2924 v=(157024*rgb_row[4*x+2]-131488*rgb_row[4*x+1] in th_decode_ycbcr_out()
2925 -25536*rgb_row[4*x+0]+45940035)/357510; in th_decode_ycbcr_out()
2933 rgb_row+=cstride; in th_decode_ycbcr_out()