Home
last modified time | relevance | path

Searched refs:no_q (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp.h105 uint8_t *no_p, uint8_t *no_q);
108 uint8_t *no_p, uint8_t *no_q);
110 int32_t *tc, uint8_t *no_p, uint8_t *no_q);
112 int32_t *tc, uint8_t *no_p, uint8_t *no_q);
115 uint8_t *no_p, uint8_t *no_q);
118 uint8_t *no_p, uint8_t *no_q);
121 uint8_t *no_q);
124 uint8_t *no_q);
Dhevc_filter.c483 uint8_t no_q[2] = { 0 }; in deblocking_filter_CTB() local
535 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB()
536 no_q[1] = get_pcm(s, x, y + 4); in deblocking_filter_CTB()
539 beta, tc, no_p, no_q); in deblocking_filter_CTB()
543 beta, tc, no_p, no_q); in deblocking_filter_CTB()
567 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB()
568 no_q[1] = get_pcm(s, x + 4, y); in deblocking_filter_CTB()
571 beta, tc, no_p, no_q); in deblocking_filter_CTB()
575 beta, tc, no_p, no_q); in deblocking_filter_CTB()
601 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB()
[all …]
Dhevcdsp_template.c1537 const int no_q = _no_q[j]; in FUNC() local
1566 if (!no_q) { in FUNC()
1594 if (!no_q) in FUNC()
1600 if (!no_q && nd_q > 1) { in FUNC()
1616 int d, j, no_p, no_q; in FUNC() local
1628 no_q = _no_q[j]; in FUNC()
1639 if (!no_q) in FUNC()
1648 uint8_t *no_q) in FUNC()
1650 FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); in FUNC()
1655 uint8_t *no_q) in FUNC()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mips.h437 uint8_t *no_p, uint8_t *no_q);
442 uint8_t *no_p, uint8_t *no_q);
447 uint8_t *no_q);
452 uint8_t *no_q);
Dhevc_lpf_sao_msa.c2567 uint8_t *no_p, uint8_t *no_q) in ff_hevc_loop_filter_luma_h_8_msa() argument
2569 hevc_loopfilter_luma_hor_msa(src, src_stride, beta, tc, no_p, no_q); in ff_hevc_loop_filter_luma_h_8_msa()
2575 uint8_t *no_p, uint8_t *no_q) in ff_hevc_loop_filter_luma_v_8_msa() argument
2577 hevc_loopfilter_luma_ver_msa(src, src_stride, beta, tc, no_p, no_q); in ff_hevc_loop_filter_luma_v_8_msa()
2583 uint8_t *no_q) in ff_hevc_loop_filter_chroma_h_8_msa() argument
2585 hevc_loopfilter_chroma_hor_msa(src, src_stride, tc, no_p, no_q); in ff_hevc_loop_filter_chroma_h_8_msa()
2591 uint8_t *no_q) in ff_hevc_loop_filter_chroma_v_8_msa() argument
2593 hevc_loopfilter_chroma_ver_msa(src, src_stride, tc, no_p, no_q); in ff_hevc_loop_filter_chroma_v_8_msa()
/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp_init.c33 …hroma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q);
36 …DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int beta, int *tc, uint8_t *no_p, uint8_t *no_q);