Searched refs:no_p (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp.h101 uint8_t *no_p, uint8_t *no_q);
104 uint8_t *no_p, uint8_t *no_q);
106 int *tc, uint8_t *no_p, uint8_t *no_q);
108 int *tc, uint8_t *no_p, uint8_t *no_q);
111 uint8_t *no_p, uint8_t *no_q);
114 uint8_t *no_p, uint8_t *no_q);
116 int *tc, uint8_t *no_p,
119 int *tc, uint8_t *no_p,
H A Dhevc_filter.c315 uint8_t no_p[2] = { 0 }; local
364 no_p[0] = get_pcm(s, x - 1, y);
365 no_p[1] = get_pcm(s, x - 1, y + 4);
370 beta, tc, no_p, no_q);
374 beta, tc, no_p, no_q);
396 no_p[0] = get_pcm(s, x - 1, y);
397 no_p[1] = get_pcm(s, x - 1, y + (4 * v));
402 c_tc, no_p, no_q);
406 c_tc, no_p, no_q);
432 no_p[
[all...]
H A Dhevcdsp_template.c1583 const int no_p = _no_p[j]; local
1608 if (!no_p) {
1639 if (!no_p)
1643 if (!no_p && nd_p > 1) {
1663 int d, j, no_p, no_q; local
1674 no_p = _no_p[j];
1684 if (!no_p)
1694 int *tc, uint8_t *no_p,
1697 FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q);
1701 int *tc, uint8_t *no_p,
1693 hevc_h_loop_filter_chroma(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q) argument
1700 hevc_v_loop_filter_chroma(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q) argument
1707 hevc_h_loop_filter_luma(uint8_t *pix, ptrdiff_t stride, int *beta, int *tc, uint8_t *no_p, uint8_t *no_q) argument
1715 hevc_v_loop_filter_luma(uint8_t *pix, ptrdiff_t stride, int *beta, int *tc, uint8_t *no_p, uint8_t *no_q) argument
[all...]

Completed in 58 milliseconds