Searched refs:y1_pos (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec.cpp | 1786 int y1_pos = pos + (y1_index - y_index) * 9 * 3; in AdobeCMYK_to_sRGB1() local 1797 fix_r += (g_CMYK[pos] - g_CMYK[y1_pos]) * y_rate / 32; in AdobeCMYK_to_sRGB1() 1798 fix_g += (g_CMYK[pos + 1] - g_CMYK[y1_pos + 1]) * y_rate / 32; in AdobeCMYK_to_sRGB1() 1799 fix_b += (g_CMYK[pos + 2] - g_CMYK[y1_pos + 2]) * y_rate / 32; in AdobeCMYK_to_sRGB1()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 216 int y1_pos, y2_pos, u_pos, v_pos; in CreateYuv422Sample() local 217 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) { in CreateYuv422Sample() 231 quad[y1_pos] = (x % 63 + y % 63) + 64; in CreateYuv422Sample() 291 int y1_pos, y2_pos, u_pos, v_pos; in ConvertYuv422() local 292 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) { in ConvertYuv422() 305 frame->GetYPlane()[stride_y * y + x] = quad1[y1_pos]; in ConvertYuv422() 390 int* y1_pos, in GetYuv422Packing() argument 395 *y1_pos = 0; *u_pos = 1; *y2_pos = 2; *v_pos = 3; in GetYuv422Packing() 397 *u_pos = 0; *y1_pos = 1; *v_pos = 2; *y2_pos = 3; in GetYuv422Packing()
|