Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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);
H A Dhevc_filter.c492 uint8_t no_q[2] = { 0 }; in deblocking_filter_CTB() local
544 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB()
545 no_q[1] = get_pcm(s, x, y + 4); in deblocking_filter_CTB()
548 beta, tc, no_p, no_q); in deblocking_filter_CTB()
552 beta, tc, no_p, no_q); in deblocking_filter_CTB()
576 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB()
577 no_q[1] = get_pcm(s, x + 4, y); in deblocking_filter_CTB()
580 beta, tc, no_p, no_q); in deblocking_filter_CTB()
584 beta, tc, no_p, no_q); in deblocking_filter_CTB()
610 no_q[ in deblocking_filter_CTB()
[all...]
H A Dhevcdsp_template.c1537 const int no_q = _no_q[j]; in hevc_loop_filter_luma() local
1566 if (!no_q) { in hevc_loop_filter_luma()
1594 if (!no_q) in hevc_loop_filter_luma()
1600 if (!no_q && nd_q > 1) { in hevc_loop_filter_luma()
1616 int d, j, no_p, no_q; in hevc_loop_filter_chroma() local
1628 no_q = _no_q[j]; in hevc_loop_filter_chroma()
1639 if (!no_q) in hevc_loop_filter_chroma()
1648 uint8_t *no_q) in hevc_h_loop_filter_chroma()
1650 FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); in hevc_h_loop_filter_chroma()
1655 uint8_t *no_q) in hevc_v_loop_filter_chroma()
1646 hevc_h_loop_filter_chroma(uint8_t *pix, ptrdiff_t stride, int32_t *tc, uint8_t *no_p, uint8_t *no_q) hevc_h_loop_filter_chroma() argument
1653 hevc_v_loop_filter_chroma(uint8_t *pix, ptrdiff_t stride, int32_t *tc, uint8_t *no_p, uint8_t *no_q) hevc_v_loop_filter_chroma() argument
1660 hevc_h_loop_filter_luma(uint8_t *pix, ptrdiff_t stride, int beta, int32_t *tc, uint8_t *no_p, uint8_t *no_q) hevc_h_loop_filter_luma() argument
1668 hevc_v_loop_filter_luma(uint8_t *pix, ptrdiff_t stride, int beta, int32_t *tc, uint8_t *no_p, uint8_t *no_q) hevc_v_loop_filter_luma() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A 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);
H A Dhevc_lpf_sao_msa.c2567 uint8_t *no_p, uint8_t *no_q) in ff_hevc_loop_filter_luma_h_8_msa()
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()
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()
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()
2593 hevc_loopfilter_chroma_ver_msa(src, src_stride, tc, no_p, no_q); in ff_hevc_loop_filter_chroma_v_8_msa()
2564 ff_hevc_loop_filter_luma_h_8_msa(uint8_t *src, ptrdiff_t src_stride, int32_t beta, int32_t *tc, uint8_t *no_p, uint8_t *no_q) ff_hevc_loop_filter_luma_h_8_msa() argument
2572 ff_hevc_loop_filter_luma_v_8_msa(uint8_t *src, ptrdiff_t src_stride, int32_t beta, int32_t *tc, uint8_t *no_p, uint8_t *no_q) ff_hevc_loop_filter_luma_v_8_msa() argument
2580 ff_hevc_loop_filter_chroma_h_8_msa(uint8_t *src, ptrdiff_t src_stride, int32_t *tc, uint8_t *no_p, uint8_t *no_q) ff_hevc_loop_filter_chroma_h_8_msa() argument
2588 ff_hevc_loop_filter_chroma_v_8_msa(uint8_t *src, ptrdiff_t src_stride, int32_t *tc, uint8_t *no_p, uint8_t *no_q) ff_hevc_loop_filter_chroma_v_8_msa() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dhevcdsp_init.c32 void ff_hevc_ ## DIR ## _loop_filter_chroma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q);
35 void ff_hevc_ ## DIR ## _loop_filter_luma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int beta, int *tc, uint8_t *no_p, uint8_t *no_q);

Completed in 13 milliseconds