Searched defs:v_Cr (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 2120 int32x4_t v_Cr = vmlaq_s32(v_delta, vsubq_s32(v_src0.val[bidx^2], v_Y), v_c3); in operator ()() local 2496 float32x4_t v_Y = v_src.val[0], v_Cr = v_src.val[1], v_Cb = v_src.val[2]; in operator ()() local 2509 float32x4_t v_Y = v_src.val[0], v_Cr = v_src.val[1], v_Cb = v_src.val[2]; in operator ()() local 2727 v_Cr = vget_low_s16(v_src16.val[1]), in operator ()() local 2829 v_Cr = vreinterpretq_s32_u32(vmovl_u16(vget_low_u16(v_src.val[1]))), in operator ()() local 2878 v_Cr = vreinterpretq_s32_u32(vmovl_u16(v_src.val[1])), in operator ()() local
|