/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.h | 105 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); 120 int32_t *tc, uint8_t *no_p, 123 int32_t *tc, uint8_t *no_p,
|
D | hevc_filter.c | 482 uint8_t no_p[2] = { 0 }; in deblocking_filter_CTB() local 533 no_p[0] = get_pcm(s, x - 1, y); in deblocking_filter_CTB() 534 no_p[1] = get_pcm(s, x - 1, 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() 565 no_p[0] = get_pcm(s, x, y - 1); in deblocking_filter_CTB() 566 no_p[1] = get_pcm(s, x + 4, y - 1); 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() 599 no_p[0] = get_pcm(s, x - 1, y); in deblocking_filter_CTB() [all …]
|
D | hevcdsp_template.c | 1536 const int no_p = _no_p[j]; in FUNC() local 1561 if (!no_p) { in FUNC() 1592 if (!no_p) in FUNC() 1596 if (!no_p && nd_p > 1) { in FUNC() 1616 int d, j, no_p, no_q; in FUNC() local 1627 no_p = _no_p[j]; in FUNC() 1637 if (!no_p) in FUNC() 1647 int32_t *tc, uint8_t *no_p, in FUNC() 1650 FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); in FUNC() 1654 int32_t *tc, uint8_t *no_p, in FUNC() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevcdsp_mips.h | 437 uint8_t *no_p, uint8_t *no_q); 442 uint8_t *no_p, uint8_t *no_q); 446 int32_t *tc, uint8_t *no_p, 451 int32_t *tc, uint8_t *no_p,
|
D | hevc_lpf_sao_msa.c | 2567 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() 2582 int32_t *tc, uint8_t *no_p, 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() 2590 int32_t *tc, uint8_t *no_p, 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/ |
D | hevcdsp_init.c | 33 …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);
|