Home
last modified time | relevance | path

Searched full:chroma (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/package/x265/
H A D0002-arm-asm-primitives.patch65 // chroma addAvg
66 - p.chroma[X265_CSP_I420].pu[CHROMA_420_4x2].addAvg = PFX(addAvg_4x2_neon);
67 - p.chroma[X265_CSP_I420].pu[CHROMA_420_4x4].addAvg = PFX(addAvg_4x4_neon);
68 - p.chroma[X265_CSP_I420].pu[CHROMA_420_4x8].addAvg = PFX(addAvg_4x8_neon);
69 - p.chroma[X265_CSP_I420].pu[CHROMA_420_4x16].addAvg = PFX(addAvg_4x16_neon);
70 - p.chroma[X265_CSP_I420].pu[CHROMA_420_6x8].addAvg = PFX(addAvg_6x8_neon);
71 - p.chroma[X265_CSP_I420].pu[CHROMA_420_8x2].addAvg = PFX(addAvg_8x2_neon);
72 - p.chroma[X265_CSP_I420].pu[CHROMA_420_8x4].addAvg = PFX(addAvg_8x4_neon);
73 - p.chroma[X265_CSP_I420].pu[CHROMA_420_8x6].addAvg = PFX(addAvg_8x6_neon);
74 - p.chroma[X265_CSP_I420].pu[CHROMA_420_8x8].addAvg = PFX(addAvg_8x8_neon);
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg.h479 * 1'h0: [16:235] for luma and [16:240] for chroma.
480 * 1'h1: [0:255] for both luma and chroma.
596 * Offset of (RDO) chroma cost weight table
599 /* Offset of (RDO) chroma cost weight table, values from 0 to 6. */
607 * (RDO) Chroma weight table configure register0
610 /* Data0 in chroma cost weight table. */
613 /* Low 9 bits of data1 in chroma cost weight table. */
620 * (RDO) Chroma weight table configure register1
623 /* High 9 bits of data1 in chroma cost weight table. */
626 /* Data2 in chroma cost weight table. */
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst9 Format with ½ horizontal and vertical chroma resolution, also known as
16 M420 is a YUV format with ½ horizontal and vertical chroma subsampling
17 (YUV 4:2:0). Pixels are organized as interleaved luma and chroma planes.
18 Two lines of luma data are followed by one line of chroma data.
20 The luma plane has one byte per pixel. The chroma plane contains
H A Dvidioc-g-fbuf.rst147 formats (only packed YUV formats when chroma keying is used, not
228 - The device supports clipping by chroma-keying the images. That is,
230 the latter assume a certain color. Chroma-keying makes no sense
254 - The device supports Source Chroma-keying. Video pixels with the
255 chroma-key colors are replaced by framebuffer pixels, which is
292 - Use chroma-keying. The chroma-key color is determined by the
324 - Use source chroma-keying. The source chroma-key color is
328 and :ref:`osd`. Both chroma-keying are mutual exclusive to each
H A Dpixfmt-nv12mt.rst9 Formats with ½ horizontal and vertical chroma resolution. This format
10 has two planes - one for luminance and one for chrominance. Chroma
24 The chroma plane is also grouped into 64x32 macroblocks.
47 In case of chroma the layout is identical. Cb and Cr samples are
H A Dcontrol.rst75 Picture color saturation or chroma gain.
118 Red chroma balance.
121 Blue chroma balance.
183 Chroma automatic gain control.
186 Adjusts the Chroma gain control (for use when chroma AGC is
240 - The Cb and Cr chroma components are replaced by fixed coefficients
H A Ddev-overlay.rst88 1. Chroma-keying displays the overlaid image only where pixels in the
174 When chroma-keying has been negotiated with
176 to the desired pixel value for the chroma key. The format is the
184 When chroma-keying has *not* been negotiated and
207 When chroma-keying has *not* been negotiated and
229 both, or despite negotiating chroma-keying, the results are undefined.
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2_param.h22 /* CTC (Chroma Tone Control)ISP Parameters */
35 /*DMEM Chroma params*/
37 /* Gains by UV(Chroma) under kneepoints uv_x0 and uv_x1*/
41 /* Kneepoints by UV(Chroma)- uv_x0 and uv_x1*/
H A Dia_css_ctc2_types.h19 /* Chroma Tone Control configuration.
43 /* Gains by UV(Chroma) under threholds uv_x0 and uv_x1
48 /* Minimum and Maximum Thresholds by UV(Chroma)- uv_x0 and uv_x1
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Dregs-mfc.h102 /* reconstructed chroma */
135 #define S5P_FIMV_ENC_REF_B_CHROMA_ADR 0x0630 /* ref B Chroma addr */
138 #define S5P_FIMV_ENC_CUR_CHROMA_ADR 0x071C /* current Chroma addr */
167 #define S5P_FIMV_SI_DISPLAY_C_ADR 0x2014 /* chroma addrof displayed pic */
174 #define S5P_FIMV_SI_DECODE_C_ADR 0x2028 /* chroma addrof decoded pic */
191 #define S5P_FIMV_CRC_CHROMA0 0x2034 /* chroma crc data per frame
195 #define S5P_FIMV_CRC_CHROMA1 0x203c /* chroma crc data per bottom
275 chroma pic */
280 #define S5P_FIMV_ENC_SI_CH0_CUR_C_ADR 0x2054 /* current Chroma addr */
286 #define S5P_FIMV_ENC_SI_CH1_CUR_C_ADR 0x2094 /* current Chroma addr */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/
H A Ddcss-scaler.c490 /* adjustments for source chroma location */ in dcss_scaler_fractions_set()
492 /* vertical input chroma position adjustment */ in dcss_scaler_fractions_set()
497 * move chroma up to first luma line in dcss_scaler_fractions_set()
498 * (1/4 chroma input line spacing) in dcss_scaler_fractions_set()
505 * move chroma up to first luma line in dcss_scaler_fractions_set()
506 * (1/2 chroma input line spacing) in dcss_scaler_fractions_set()
513 /* horizontal input chroma position adjustment */ in dcss_scaler_fractions_set()
518 /* move chroma left 1/4 chroma input sample spacing */ in dcss_scaler_fractions_set()
526 /* adjustments to chroma resolution */ in dcss_scaler_fractions_set()
542 /* save chroma start phase */ in dcss_scaler_fractions_set()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
H A Dia_css_gc_types.h71 /* Chroma Enhancement configuration.
73 * This parameter specifies range of chroma output level.
81 u8 uv_level_min; /** Minimum of chroma output level.
83 u8 uv_level_max; /** Maximum of chroma output level.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_mdss.h270 * @DPU_PLANE_PSEUDO_PLANAR : Chroma components interleaved in separate plane
279 * enum dpu_chroma_samp_type - chroma sub-samplng type
280 * @DPU_CHROMA_RGB : No chroma subsampling
281 * @DPU_CHROMA_H2V1 : Chroma pixels are horizontally subsampled
282 * @DPU_CHROMA_H1V2 : Chroma pixels are vertically subsampled
342 * @chroma_sample: chroma sub-samplng type
H A Ddpu_formats.c73 alpha, chroma, count, bp, flg, fm, np) \ argument
80 .chroma_sample = chroma, \
91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
98 .chroma_sample = chroma, \
109 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
117 .chroma_sample = chroma, \
128 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument
135 .chroma_sample = chroma, \
146 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
154 .chroma_sample = chroma, \
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc_types.h22 * CSS-API header file for Chroma Tone Control parameters.
28 * of gain(=8), but also the bits(=5) to convert chroma
53 /* Chroma Tone Control configuration.
100 /* CTC table, used for Chroma Tone Control.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c113 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub3_config_mcif_buf()
121 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub3_config_mcif_buf()
129 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub3_config_mcif_buf()
137 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub3_config_mcif_buf()
141 /* setup luma & chroma size in mmhubbub3_config_mcif_buf()
208 /* Set arbitration unit for Luma/Chroma */ in mmhubbub3_config_mcif_arb()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dks0127.c227 table[KS_CDEM] = 0x00; /* Chroma Demodulation Control */ in init_reg_defaults()
232 table[KS_CHROMA] = 0x2a; /* Chroma control A */ in init_reg_defaults()
233 table[KS_CHROMB] = 0x90; /* Chroma control B */ in init_reg_defaults()
234 table[KS_DEMOD] = 0x00; /* Chroma Demodulation Control & Status */ in init_reg_defaults()
264 table[KS_CTRACK] = 0x00; /* Chroma Tracking Control */ in init_reg_defaults()
425 /* enable chroma demodulation */ in ks0127_s_routing()
427 /* chroma trap, HYBWR=1 */ in ks0127_s_routing()
432 /* manual chroma comb .25 .5 .25 */ in ks0127_s_routing()
435 /* chroma path delay */ in ks0127_s_routing()
459 /* enable chroma demodulation */ in ks0127_s_routing()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mmhubbub.c91 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub2_config_mcif_buf()
103 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub2_config_mcif_buf()
115 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub2_config_mcif_buf()
127 /* buffer address for Chroma in planar mode (unused in packing mode) */ in mmhubbub2_config_mcif_buf()
133 /* setup luma & chroma size in mmhubbub2_config_mcif_buf()
201 /* Set arbitration unit for Luma/Chroma */ in mmhubbub2_config_mcif_arb()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTMediaPixel.h112 * Location of chroma samples.
114 * Illustration showing the location of the first (top left) chroma sample of the
116 * shows the location of the chroma sample, the 2 could be imagined to overlay
123 * | |1 2 1-6 are possible chroma positions
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
H A Dia_css_eed1_8_types.h48 …s32 fcthres_0; /** Threshold to prevent chroma coring due to noise or green disparity in dark regi…
49 …s32 fcthres_1; /** Threshold to prevent chroma coring due to noise or green disparity in bright re…
51 s32 fc_coring_prm; /** Chroma coring coefficient for tint color suppression. */
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbmon.c330 DPRINTK(" Chroma\n"); in get_chroma()
335 specs->chroma.redx = tmp/1024; in get_chroma()
336 DPRINTK(" RedX: 0.%03d ", specs->chroma.redx); in get_chroma()
341 specs->chroma.redy = tmp/1024; in get_chroma()
342 DPRINTK("RedY: 0.%03d\n", specs->chroma.redy); in get_chroma()
347 specs->chroma.greenx = tmp/1024; in get_chroma()
348 DPRINTK(" GreenX: 0.%03d ", specs->chroma.greenx); in get_chroma()
353 specs->chroma.greeny = tmp/1024; in get_chroma()
354 DPRINTK("GreenY: 0.%03d\n", specs->chroma.greeny); in get_chroma()
359 specs->chroma.bluex = tmp/1024; in get_chroma()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/
H A Dbdisp-reg.h45 /* 9 - Chroma Filter */
206 #define BLT_TTY_CHROMA BIT(27) /* Write chroma / luma */
210 #define BLT_S1TY_CHROMA_EXT BIT(26) /* Chroma Extended */
215 #define BLT_S2TY_CHROMA_EXT BIT(26) /* Chroma Extended */
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/
H A Dia_css_formats_types.h35 1 - full range, luma 0-255, chroma 0-255\n
36 0 - reduced range, luma 16-235, chroma 16-240 */
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-mjpeg-fw.h17 * @display_chroma_p: address of the chroma buffer
32 * @display_chroma_p: address of the chroma buffer
34 * @display_decimated_chroma_p: address of the decimated chroma buffer
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Drk3399_vpu_hw_jpeg_enc.c12 * luma and chroma quantization tables. The hardware does entropy
16 * In other words, only the luma and chroma quantization tables are
20 * VEPU_swreg_0-VEPU_swreg_15, and chroma table values to

12345678910>>...12