Searched refs:no_q (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);
117 uint8_t *no_q);
120 uint8_t *no_q);
H A Dhevc_filter.c316 uint8_t no_q[2] = { 0 }; local
366 no_q[0] = get_pcm(s, x, y);
367 no_q[1] = get_pcm(s, x, y + 4);
370 beta, tc, no_p, no_q);
374 beta, tc, no_p, no_q);
398 no_q[0] = get_pcm(s, x, y);
399 no_q[1] = get_pcm(s, x, y + (4 * v));
402 c_tc, no_p, no_q);
406 c_tc, no_p, no_q);
434 no_q[
[all...]
H A Dhevcdsp_template.c1584 const int no_q = _no_q[j]; local
1613 if (!no_q) {
1641 if (!no_q)
1647 if (!no_q && nd_q > 1) {
1663 int d, j, no_p, no_q; local
1675 no_q = _no_q[j];
1686 if (!no_q)
1695 uint8_t *no_q)
1697 FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q);
1702 uint8_t *no_q)
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 32 milliseconds