会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
罗比达
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
25
下一页
2021年5月10日
如果不使用规定的YUV2RGB 转换矩阵来转换可能会造成overflkow
摘要: #include <stdio.h> static const float matrix_rgb2yuv_709[] = { 0.2126, 0.7152, 0.0722, - 0.1146, -0.3854, 0.5000, 0.5000, -0.4542, -0.0458 }; static c
阅读全文
posted @ 2021-05-10 16:45 洛笔达
阅读(140)
评论(0)
推荐(0)
2021年4月19日
鄱阳湖
该文被密码保护。
阅读全文
posted @ 2021-04-19 13:59 洛笔达
阅读(0)
评论(0)
推荐(0)
2021年4月16日
ffmpeg P016 P010 YUV444P16LE 的打印的像素值
摘要: zscale=t=linear:npl=400format=gbrpf32lezscale=p=bt709tmap=tonemap=bt2390zscale=t=bt709:m=bt709:r=tv 软解: [AV_PIX_FMT_YUV420P10LE] = { .name = "yuv420p1
阅读全文
posted @ 2021-04-16 20:30 洛笔达
阅读(544)
评论(0)
推荐(0)
2021年4月15日
zimg 使用
摘要: /* * Copyright (c) 2015 Paul B Mahol * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under th
阅读全文
posted @ 2021-04-15 20:53 洛笔达
阅读(282)
评论(0)
推荐(0)
2021年4月11日
YYYY
该文被密码保护。
阅读全文
posted @ 2021-04-11 23:15 洛笔达
阅读(0)
评论(0)
推荐(0)
2021年3月17日
P010LE P016LE YUV420P10LE
摘要: P010LE **** **** ** xxxx xx 高10位有效 P016LE 16 位有效 YUV420P10LE 低10位有效 YUV444P16LE 16位有效
阅读全文
posted @ 2021-03-17 15:40 洛笔达
阅读(924)
评论(0)
推荐(0)
2021年3月15日
汇编 asm 笔记
摘要: 1. db定义字节类型变量,一个字节数据占1个字节单元,读完一个,偏移量加1 dw定义字类型变量,一个字数据占2个字节单元,读完一个,偏移量加2 dd定义双字类型变量,一个双字数据占4个字节单元,读完一个,偏移量加4 2. s2 times 9 db '*'9 个byte 变量被分配了 初始化为 '
阅读全文
posted @ 2021-03-15 19:48 洛笔达
阅读(96)
评论(0)
推荐(0)
FFMPEG 内部 YUV444P016 -> P010
摘要: 1. hscale 计算结果的时候 14 + %1 - %2 //m0 >> 14 + 16-15 m0 >>= 15 2. vscale // 这里的输入实际上是 高12位数据, 0-4096 static void yuv2p010cX_c(SwsContext *c, const int16_
阅读全文
posted @ 2021-03-15 19:43 洛笔达
阅读(248)
评论(0)
推荐(0)
FFMPEG 内部 YUV444p16LE-> P016LE
摘要: y 方向直接复制 1. hscale 2. vscale static void yuv2p016cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, const int16_t **chrUSrc, const int16
阅读全文
posted @ 2021-03-15 17:38 洛笔达
阅读(210)
评论(0)
推荐(0)
2021年3月11日
FFMPEG YUV444P scale过程
摘要: av_cold void ff_sws_init_swscale_x86(SwsContext *c) { int cpu_flags = av_get_cpu_flags(); ... c->yuv2planeX = yuv2yuvX_sse3; hscalefn = c->dstBpc <= 1
阅读全文
posted @ 2021-03-11 17:50 洛笔达
阅读(843)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
25
下一页
公告