Searched refs:_c_h (Results 1 – 1 of 1) sorted by relevance
148 const unsigned char *_src,int _c_w,int _c_h){ in y4m_42xmpeg2_42xjpeg_helper() argument152 for(y=0;y<_c_h;y++){ in y4m_42xmpeg2_42xjpeg_helper()326 const unsigned char *_src,int _c_w,int _c_h){ in y4m_422jpeg_420jpeg_helper() argument331 for(y=0;y<OC_MINI(_c_h,2);y+=2){ in y4m_422jpeg_420jpeg_helper()333 +78*_src[OC_MINI(1,_c_h-1)*_c_w] in y4m_422jpeg_420jpeg_helper()334 -17*_src[OC_MINI(2,_c_h-1)*_c_w] in y4m_422jpeg_420jpeg_helper()335 +3*_src[OC_MINI(3,_c_h-1)*_c_w]+64)>>7,255); in y4m_422jpeg_420jpeg_helper()337 for(;y<_c_h-3;y+=2){ in y4m_422jpeg_420jpeg_helper()342 for(;y<_c_h;y+=2){ in y4m_422jpeg_420jpeg_helper()344 +_src[(_c_h-1)*_c_w])-17*(_src[(y-1)*_c_w] in y4m_422jpeg_420jpeg_helper()[all …]