Lines Matching full:rcoeff
91 int width, int bcoeff, int gcoeff, int rcoeff) const
96 __m128i _b2y = _mm_set1_epi16((short)(rcoeff*2));
346 int width, int bcoeff, int gcoeff, int rcoeff) const
383 b0 = vreinterpretq_u16_s16(vqdmulhq_n_s16(vreinterpretq_s16_u16(b0), (short)(rcoeff*2)));
384 b1 = vreinterpretq_u16_s16(vqdmulhq_n_s16(vreinterpretq_s16_u16(b1), (short)(rcoeff*4)));
510 Brow(_brow), size(_size), Bcoeff(_bcoeff), Rcoeff(_rcoeff)
524 int bcoeff = Bcoeff, rcoeff = Rcoeff;
533 std::swap(bcoeff, rcoeff);
555 t0 = (bayer[1] + bayer[bayer_step*2+1])*rcoeff;
564 int delta = vecOp.bayer2Gray(bayer, bayer_step, dst, size.width, bcoeff, G2Y, rcoeff);
570 t0 = (bayer[0] + bayer[2] + bayer[bayer_step*2] + bayer[bayer_step*2+2])*rcoeff;
575 t0 = (bayer[2] + bayer[bayer_step*2+2])*rcoeff;
583 t0 = (bayer[0] + bayer[2] + bayer[bayer_step*2] + bayer[bayer_step*2+2])*rcoeff;
595 std::swap(bcoeff, rcoeff);
606 int Bcoeff, Rcoeff;
616 int bcoeff = B2Y, rcoeff = R2Y;
623 std::swap(bcoeff, rcoeff);
632 start_with_green, brow, size, bcoeff, rcoeff);