Home
last modified time | relevance | path

Searched defs:uv_offset (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_rescale_enc.c140 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-irq.c345 u32 uv_offset = offset + IVTV_YUV_BUFFER_UV_OFFSET; in ivtv_dma_stream_dec_prepare() local
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-irq.c345 u32 uv_offset = offset + IVTV_YUV_BUFFER_UV_OFFSET; in ivtv_dma_stream_dec_prepare() local
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp_template.c69 const int uv_offset = 128 << (BIT_DEPTH - 8); in yuv2rgb() local
150 const int uv_offset = 128 << (BIT_DEPTH - 8); in rgb2yuv() local
229 const int uv_offset = 128 << (BIT_DEPTH - 8); in rgb2yuv_fsb() local
/third_party/ffmpeg/libavutil/
H A Dfilm_grain_params.h112 int uv_offset[2 /* cb, cr */]; member
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow() local
412 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow() local
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm93.c383 const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) : in LM93_IN_REL_FROM_REG() local
399 long uv_offset = vid * 1000 - val * 10000; in LM93_IN_REL_TO_REG() local
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm93.c383 const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) : in LM93_IN_REL_FROM_REG() local
399 long uv_offset = vid * 1000 - val * 10000; in LM93_IN_REL_TO_REG() local

Completed in 14 milliseconds