Searched refs:y_plane (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cyuv.c | 68 unsigned char *y_plane; in cyuv_decode_frame() local 111 y_plane = frame->data[0]; in cyuv_decode_frame() 117 y_plane += frame->linesize[0] * s->height; in cyuv_decode_frame() 119 y_plane -= frame->linesize[0]; in cyuv_decode_frame() 120 memcpy(y_plane, buf+stream_ptr, linesize); in cyuv_decode_frame() 134 y_plane[y_ptr++] = y_pred = (cur_byte & 0x0F) << 4; in cyuv_decode_frame() 139 y_plane[y_ptr++] = y_pred; in cyuv_decode_frame() 143 y_plane[y_ptr++] = y_pred; in cyuv_decode_frame() 145 y_plane[y_ptr++] = y_pred; in cyuv_decode_frame() 155 y_plane[y_ptr++] = y_pred; in cyuv_decode_frame() [all …]
|
D | ulti.c | 99 uint8_t *y_plane, *cr_plane, *cb_plane; in ulti_convert_yuv() local 102 y_plane = frame->data[0] + x + y * frame->linesize[0]; in ulti_convert_yuv() 112 y_plane[i & 3] = ulti_lumas[luma[i]]; in ulti_convert_yuv() 114 y_plane += frame->linesize[0]; in ulti_convert_yuv()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 113 #define y_plane(__plane, __hw_fmt, __swizzle, __ycbcr_swizzle, dhs, dvs) \ macro 344 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)), 346 … y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)), 348 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 352 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 355 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 359 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 362 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 393 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 397 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), [all …]
|