Home
last modified time | relevance | path

Searched refs:chroma_qp (Results 1 – 25 of 67) sorted by relevance

123

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh263.c169 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter() local
173 s->h263dsp.h263_v_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
174 s->h263dsp.h263_v_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
187 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter() local
189 s->h263dsp.h263_h_loop_filter(dest_cb - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
190 s->h263dsp.h263_h_loop_filter(dest_cr - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
211 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter() local
213 s->h263dsp.h263_h_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
214 s->h263dsp.h263_h_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
H A Dh264_loopfilter.c534 …chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbn_xy]… in filter_mb_dir()
688 …filter_mb_edgev ( &img_cb[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
689 …filter_mb_edgev ( &img_cr[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
691 …filter_mb_edgecv( &img_cb[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
692 …filter_mb_edgecv( &img_cr[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
700 … filter_mb_edgech(&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
701 … filter_mb_edgech(&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
707 … filter_mb_edgeh (&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
708 … filter_mb_edgeh (&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
710 … filter_mb_edgech(&img_cb[2*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
[all …]
H A Dh264_mb_template.c230 qp[0] = sl->chroma_qp[0] + 3; in FUNC()
231 qp[1] = sl->chroma_qp[1] + 3; in FUNC()
233 qp[0] = sl->chroma_qp[0]; in FUNC()
234 qp[1] = sl->chroma_qp[1]; in FUNC()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh263.c175 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter() local
179 s->h263dsp.h263_v_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
180 s->h263dsp.h263_v_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
193 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter() local
195 s->h263dsp.h263_h_loop_filter(dest_cb - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
196 s->h263dsp.h263_h_loop_filter(dest_cr - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
217 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter() local
219 s->h263dsp.h263_h_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
220 s->h263dsp.h263_h_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
H A Dh264_loopfilter.c521 …chroma_qp_avg[0] = (h->chroma_qp[0] + get_chroma_qp(h, 0, h->cur_pic.qscale_table[mbn_xy]) + 1) >>… in filter_mb_dir()
522 …chroma_qp_avg[1] = (h->chroma_qp[1] + get_chroma_qp(h, 1, h->cur_pic.qscale_table[mbn_xy]) + 1) >>… in filter_mb_dir()
586 …chroma_qp_avg[0] = (h->chroma_qp[0] + get_chroma_qp(h, 0, h->cur_pic.qscale_table[mbm_xy]) + 1) >>… in filter_mb_dir()
587 …chroma_qp_avg[1] = (h->chroma_qp[1] + get_chroma_qp(h, 1, h->cur_pic.qscale_table[mbm_xy]) + 1) >>… in filter_mb_dir()
675 … filter_mb_edgev ( &img_cb[4*edge << h->pixel_shift], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
687 … filter_mb_edgech(&img_cb[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
688 … filter_mb_edgech(&img_cr[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
694 … filter_mb_edgeh (&img_cb[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
695 … filter_mb_edgeh (&img_cr[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
697 … filter_mb_edgech(&img_cb[2*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
[all …]
H A Dh264_mb_template.c231 qp[0] = h->chroma_qp[0] + 3; in FUNC()
232 qp[1] = h->chroma_qp[1] + 3; in FUNC()
234 qp[0] = h->chroma_qp[0]; in FUNC()
235 qp[1] = h->chroma_qp[1]; in FUNC()
248 … h->dequant4_coeff[IS_INTRA(mb_type) ? 1 : 4][h->chroma_qp[0]][0]); in FUNC()
250 … h->dequant4_coeff[IS_INTRA(mb_type) ? 2 : 5][h->chroma_qp[1]][0]); in FUNC()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh263.c169 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter() local
173 s->h263dsp.h263_v_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
174 s->h263dsp.h263_v_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
187 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter() local
189 s->h263dsp.h263_h_loop_filter(dest_cb - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
190 s->h263dsp.h263_h_loop_filter(dest_cr - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
211 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter() local
213 s->h263dsp.h263_h_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
214 s->h263dsp.h263_h_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
H A Dh264_loopfilter.c533 …chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbn_xy]… in filter_mb_dir()
687 …filter_mb_edgev ( &img_cb[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
688 …filter_mb_edgev ( &img_cr[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
690 …filter_mb_edgecv( &img_cb[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
691 …filter_mb_edgecv( &img_cr[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
699 … filter_mb_edgech(&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
700 … filter_mb_edgech(&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
706 … filter_mb_edgeh (&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
707 … filter_mb_edgeh (&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
709 … filter_mb_edgech(&img_cb[2*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
[all …]
H A Dh264_mb_template.c230 qp[0] = sl->chroma_qp[0] + 3; in FUNC()
231 qp[1] = sl->chroma_qp[1] + 3; in FUNC()
233 qp[0] = sl->chroma_qp[0]; in FUNC()
234 qp[1] = sl->chroma_qp[1]; in FUNC()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh263.c181 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter() local
185 s->h263dsp.h263_v_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
186 s->h263dsp.h263_v_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
199 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter() local
201 s->h263dsp.h263_h_loop_filter(dest_cb - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
202 s->h263dsp.h263_h_loop_filter(dest_cr - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
223 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter() local
225 s->h263dsp.h263_h_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
226 s->h263dsp.h263_h_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
H A Dh264_loopfilter.c534 …chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbn_xy]… in filter_mb_dir()
688 …filter_mb_edgev ( &img_cb[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
689 …filter_mb_edgev ( &img_cr[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
691 …filter_mb_edgecv( &img_cb[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
692 …filter_mb_edgecv( &img_cr[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
700 … filter_mb_edgech(&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
701 … filter_mb_edgech(&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
707 … filter_mb_edgeh (&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
708 … filter_mb_edgeh (&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
710 … filter_mb_edgech(&img_cb[2*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
[all …]
H A Dh264_mb_template.c230 qp[0] = sl->chroma_qp[0] + 3; in FUNC()
231 qp[1] = sl->chroma_qp[1] + 3; in FUNC()
233 qp[0] = sl->chroma_qp[0]; in FUNC()
234 qp[1] = sl->chroma_qp[1]; in FUNC()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh263.c169 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter() local
173 s->h263dsp.h263_v_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
174 s->h263dsp.h263_v_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
187 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter() local
189 s->h263dsp.h263_h_loop_filter(dest_cb - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
190 s->h263dsp.h263_h_loop_filter(dest_cr - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
211 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter() local
213 s->h263dsp.h263_h_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
214 s->h263dsp.h263_h_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
H A Dh264_loopfilter.c533 …chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbn_xy]… in filter_mb_dir()
687 …filter_mb_edgev ( &img_cb[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
688 …filter_mb_edgev ( &img_cr[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
690 …filter_mb_edgecv( &img_cb[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
691 …filter_mb_edgecv( &img_cr[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
699 … filter_mb_edgech(&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
700 … filter_mb_edgech(&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
706 … filter_mb_edgeh (&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
707 … filter_mb_edgeh (&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
709 … filter_mb_edgech(&img_cb[2*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
[all …]
H A Dh264_mb_template.c230 qp[0] = sl->chroma_qp[0] + 3; in FUNC()
231 qp[1] = sl->chroma_qp[1] + 3; in FUNC()
233 qp[0] = sl->chroma_qp[0]; in FUNC()
234 qp[1] = sl->chroma_qp[1]; in FUNC()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh263.c175 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter() local
179 s->h263dsp.h263_v_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
180 s->h263dsp.h263_v_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
193 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter() local
195 s->h263dsp.h263_h_loop_filter(dest_cb - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
196 s->h263dsp.h263_h_loop_filter(dest_cr - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
217 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter() local
219 s->h263dsp.h263_h_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
220 s->h263dsp.h263_h_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
H A Dh264_loopfilter.c521 …chroma_qp_avg[0] = (h->chroma_qp[0] + get_chroma_qp(h, 0, h->cur_pic.qscale_table[mbn_xy]) + 1) >>… in filter_mb_dir()
522 …chroma_qp_avg[1] = (h->chroma_qp[1] + get_chroma_qp(h, 1, h->cur_pic.qscale_table[mbn_xy]) + 1) >>… in filter_mb_dir()
586 …chroma_qp_avg[0] = (h->chroma_qp[0] + get_chroma_qp(h, 0, h->cur_pic.qscale_table[mbm_xy]) + 1) >>… in filter_mb_dir()
587 …chroma_qp_avg[1] = (h->chroma_qp[1] + get_chroma_qp(h, 1, h->cur_pic.qscale_table[mbm_xy]) + 1) >>… in filter_mb_dir()
675 … filter_mb_edgev ( &img_cb[4*edge << h->pixel_shift], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
687 … filter_mb_edgech(&img_cb[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
688 … filter_mb_edgech(&img_cr[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
694 … filter_mb_edgeh (&img_cb[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
695 … filter_mb_edgeh (&img_cr[4*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
697 … filter_mb_edgech(&img_cb[2*edge*uvlinesize], uvlinesize, bS, h->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
[all …]
H A Dh264_mb_template.c231 qp[0] = h->chroma_qp[0] + 3; in FUNC()
232 qp[1] = h->chroma_qp[1] + 3; in FUNC()
234 qp[0] = h->chroma_qp[0]; in FUNC()
235 qp[1] = h->chroma_qp[1]; in FUNC()
248 … h->dequant4_coeff[IS_INTRA(mb_type) ? 1 : 4][h->chroma_qp[0]][0]); in FUNC()
250 … h->dequant4_coeff[IS_INTRA(mb_type) ? 2 : 5][h->chroma_qp[1]][0]); in FUNC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh263.c169 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter() local
173 s->h263dsp.h263_v_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
174 s->h263dsp.h263_v_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
187 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter() local
189 s->h263dsp.h263_h_loop_filter(dest_cb - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
190 s->h263dsp.h263_h_loop_filter(dest_cr - 8 * uvlinesize, uvlinesize, chroma_qp); in ff_h263_loop_filter()
211 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter() local
213 s->h263dsp.h263_h_loop_filter(dest_cb, uvlinesize, chroma_qp); in ff_h263_loop_filter()
214 s->h263dsp.h263_h_loop_filter(dest_cr, uvlinesize, chroma_qp); in ff_h263_loop_filter()
H A Dh264_loopfilter.c533 …chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbn_xy]… in filter_mb_dir()
687 …filter_mb_edgev ( &img_cb[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
688 …filter_mb_edgev ( &img_cr[4*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
690 …filter_mb_edgecv( &img_cb[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
691 …filter_mb_edgecv( &img_cr[2*edge << h->pixel_shift], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
699 … filter_mb_edgech(&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
700 … filter_mb_edgech(&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
706 … filter_mb_edgeh (&img_cb[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
707 … filter_mb_edgeh (&img_cr[4*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[1], a, b, h, 0); in filter_mb_dir()
709 … filter_mb_edgech(&img_cb[2*edge*uvlinesize], uvlinesize, bS, sl->chroma_qp[0], a, b, h, 0); in filter_mb_dir()
[all …]
H A Dh264_mb_template.c230 qp[0] = sl->chroma_qp[0] + 3; in FUNC()
231 qp[1] = sl->chroma_qp[1] + 3; in FUNC()
233 qp[0] = sl->chroma_qp[0]; in FUNC()
234 qp[1] = sl->chroma_qp[1]; in FUNC()
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Ddeblock.c455 #define FILTER( intra, dir, edge, qp, chroma_qp )\ in x264_frame_deblock_row() argument
466 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
469 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
475 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
482 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
487 #define FILTER_NO_INTRA( dir, edge, qp, chroma_qp )\ in x264_frame_deblock_row() argument
498 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
514 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
524 int chroma_qp[2]; in x264_frame_deblock_row() local
536 chroma_qp[0] = (qpc + h->chroma_qp_table[left_qp[0]] + 1) >> 1; in x264_frame_deblock_row()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Ddeblock.c455 #define FILTER( intra, dir, edge, qp, chroma_qp )\ in x264_frame_deblock_row() argument
466 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
469 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
475 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
482 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
487 #define FILTER_NO_INTRA( dir, edge, qp, chroma_qp )\ in x264_frame_deblock_row() argument
498 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
514 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
524 int chroma_qp[2]; in x264_frame_deblock_row() local
536 chroma_qp[0] = (qpc + h->chroma_qp_table[left_qp[0]] + 1) >> 1; in x264_frame_deblock_row()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Ddeblock.c417 #define FILTER( intra, dir, edge, qp, chroma_qp )\ in x264_frame_deblock_row() argument
428 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
431 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
437 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
444 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
454 int chroma_qp[2]; in x264_frame_deblock_row() local
464 chroma_qp[0] = (qpc + h->chroma_qp_table[left_qp[0]] + 1) >> 1; in x264_frame_deblock_row()
470 …deblock_edge_intra( h, pixuv, 2*strideuv, bs[0][0], chroma_qp[0], a, b, c, chroma_intra_d… in x264_frame_deblock_row()
480 … deblock_edge( h, pixuv, 2*strideuv, bs[0][0], chroma_qp[0], a, b, c, chroma_deblock ); in x264_frame_deblock_row()
482 … deblock_edge( h, pixuv + uvdiff, 2*strideuv, bs[0][0], chroma_qp[0], a, b, c, chroma_deblock ); in x264_frame_deblock_row()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Ddeblock.c417 #define FILTER( intra, dir, edge, qp, chroma_qp )\ in x264_frame_deblock_row() argument
428 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
431 stride2uv, bs[dir][edge], chroma_qp, a, b, 0,\ in x264_frame_deblock_row()
437 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
444 stride2uv, bs[dir][edge], chroma_qp, a, b, 1,\ in x264_frame_deblock_row()
454 int chroma_qp[2]; in x264_frame_deblock_row() local
464 chroma_qp[0] = (qpc + h->chroma_qp_table[left_qp[0]] + 1) >> 1; in x264_frame_deblock_row()
470 …deblock_edge_intra( h, pixuv, 2*strideuv, bs[0][0], chroma_qp[0], a, b, c, chroma_intra_d… in x264_frame_deblock_row()
480 … deblock_edge( h, pixuv, 2*strideuv, bs[0][0], chroma_qp[0], a, b, c, chroma_deblock ); in x264_frame_deblock_row()
482 … deblock_edge( h, pixuv + uvdiff, 2*strideuv, bs[0][0], chroma_qp[0], a, b, c, chroma_deblock ); in x264_frame_deblock_row()
[all …]

123