| /OK3568_Linux_fs/buildroot/package/madplay/ |
| H A D | 0001-switch-to-new-alsa-api.patch | 25 -int bitdepth = -1; 36 +unsigned int bitdepth = -1; 149 if ( bitdepth == 0 ) 150 - config->precision = bitdepth = 32; 151 + config->precision = bitdepth = 16; 153 switch (bitdepth)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | film_grain_noise_table.c | 247 void GenerateLumaGrainBlock(RK_S32 luma_grain_block[][82], RK_S32 bitdepth, in GenerateLumaGrainBlock() argument 253 RK_S32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift; in GenerateLumaGrainBlock() 292 RK_S32 cr_grain_block[][44], RK_S32 bitdepth, RK_U8 num_y_points, RK_U8 num_cb_points, in GenerateChromaGrainBlock() argument 297 RK_S32 gauss_sec_shift = 12 - bitdepth + grain_scale_shift; in GenerateChromaGrainBlock()
|
| H A D | film_grain_noise_table.h | 20 void GenerateLumaGrainBlock(RK_S32 luma_grain_block[][82], RK_S32 bitdepth, 28 RK_S32 cr_grain_block[][44], RK_S32 bitdepth, RK_U8 num_y_points, RK_U8 num_cb_points,
|
| H A D | hal_av1d_vdpu.c | 1680 RK_S32 bitdepth; in vdpu_av1d_set_fgs() local 1755 bitdepth = dxva->bitdepth; in vdpu_av1d_set_fgs() 1756 grain_center = 128 << (bitdepth - 8); in vdpu_av1d_set_fgs() 1758 grain_max = (256 << (bitdepth - 8)) - 1 - grain_center; in vdpu_av1d_set_fgs() 1760 GenerateLumaGrainBlock(luma_grain_block, bitdepth, dxva->film_grain.num_y_points, in vdpu_av1d_set_fgs() 1766 luma_grain_block, cb_grain_block, cr_grain_block, bitdepth, in vdpu_av1d_set_fgs() 1841 RK_U32 out_w = MPP_ALIGN(dxva->max_width * dxva->bitdepth, 16 * 8) / 8; in vdpu_av1d_gen_regs() 1895 dxva->bitdepth, mpp_frame_get_fmt(mframe), in vdpu_av1d_gen_regs() 2028 regs->swreg8.sw_bit_depth_y_minus8 = dxva->bitdepth - 8; in vdpu_av1d_gen_regs() 2029 regs->swreg8.sw_bit_depth_c_minus8 = dxva->bitdepth - 8; in vdpu_av1d_gen_regs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | isl29003.c | 158 int lsb, msb, range, bitdepth; in isl29003_get_adc_value() local 175 bitdepth = (4 - isl29003_get_resolution(client)) * 4; in isl29003_get_adc_value() 176 return (((msb << 8) | lsb) * gain_range[range]) >> bitdepth; in isl29003_get_adc_value()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | tool.h | 127 extern void Yuvbitstochar(short *pDatain, unsigned char *pDataout, int size, int bitdepth);
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | tool.h | 127 extern void Yuvbitstochar(short *pDatain, unsigned char *pDataout, int size, int bitdepth);
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | tool.h | 127 extern void Yuvbitstochar(short *pDatain, unsigned char *pDataout, int size, int bitdepth);
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | av1d_syntax.h | 55 USHORT bitdepth ; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_rkvdec2.c | 270 u32 bitdepth = priv->codec_info[DEC_INFO_BITDEPTH].val; in rkvdec2_task_init() local 272 task->width = (bitdepth > 8) ? ((width * bitdepth + 7) >> 3) : width; in rkvdec2_task_init() 276 width, bitdepth, task->height); in rkvdec2_task_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_dpb.c | 476 RK_U32 bitdepth = p_dec->vsh.bit_depth; in dpb_alloc_frame() local 528 … mpp_frame_set_hor_stride(mframe, (MPP_ALIGN(vsh->horizontal_size, ctu_size) * bitdepth + 7) / 8); in dpb_alloc_frame()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser2_syntax.c | 46 pp->bitdepth = h->bit_depth; in av1d_fill_picparams()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 5779 int bitdepth; in stbi__psd_load() local 5805 bitdepth = stbi__get16be(s); in stbi__psd_load() 5806 if (bitdepth != 8 && bitdepth != 16) in stbi__psd_load() 5845 if (!compression && bitdepth == 16 && bpc == 16) { in stbi__psd_load() 5897 if (bitdepth == 16 && bpc == 16) { in stbi__psd_load() 5915 if (bitdepth == 16) { // input bpc in stbi__psd_load()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 5779 int bitdepth; in stbi__psd_load() local 5805 bitdepth = stbi__get16be(s); in stbi__psd_load() 5806 if (bitdepth != 8 && bitdepth != 16) in stbi__psd_load() 5845 if (!compression && bitdepth == 16 && bpc == 16) { in stbi__psd_load() 5897 if (bitdepth == 16 && bpc == 16) { in stbi__psd_load() 5915 if (bitdepth == 16) { // input bpc in stbi__psd_load()
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 203 * xvfb-run*: Update default resolution and bitdepth to match upstream
|