Searched refs:nnzc (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264idct.h29 void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
30 void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
31 void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
32 void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
33 void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
H A Dh264dsp.h91 const uint8_t nnzc[15 * 8]);
94 const uint8_t nnzc[15 * 8]);
97 const uint8_t nnzc[15 * 8]);
100 int stride, const uint8_t nnzc[15 * 8]);
H A Dh264idct_template.c174 void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ argument
177 int nnz = nnzc[ scan8[i] ];
185 void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ argument
188 if(nnzc[ scan8[i] ]) FUNCC(ff_h264_idct_add )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
193 void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ argument
196 int nnz = nnzc[ scan8[i] ];
204 void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ argument
208 if(nnzc[ scan8[i] ])
216 void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ argument
221 if(nnzc[ scan
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dh264dsp_init_arm.c56 const uint8_t nnzc[6*8]);
59 const uint8_t nnzc[6*8]);
62 const uint8_t nnzc[6*8]);
68 const uint8_t nnzc[6*8]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dh264dsp_init_aarch64.c58 const uint8_t nnzc[6*8]);
61 const uint8_t nnzc[6*8]);
64 const uint8_t nnzc[6*8]);
70 const uint8_t nnzc[6*8]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264dsp.h71 void (*h264_idct_add16)(uint8_t *dst/*align 16*/, const int *blockoffset, DCTELEM *block/*align 16*/, int stride, const uint8_t nnzc[15*8]);
72 void (*h264_idct8_add4)(uint8_t *dst/*align 16*/, const int *blockoffset, DCTELEM *block/*align 16*/, int stride, const uint8_t nnzc[15*8]);
73 void (*h264_idct_add8)(uint8_t **dst/*align 16*/, const int *blockoffset, DCTELEM *block/*align 16*/, int stride, const uint8_t nnzc[15*8]);
74 void (*h264_idct_add16intra)(uint8_t *dst/*align 16*/, const int *blockoffset, DCTELEM *block/*align 16*/, int stride, const uint8_t nnzc[15*8]);
H A Dh264idct_template.c182 void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
185 int nnz = nnzc[ scan8[i] ];
193 void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
196 if(nnzc[ scan8[i] ]) FUNCC(ff_h264_idct_add )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
201 void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
204 int nnz = nnzc[ scan8[i] ];
212 void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
216 if(nnzc[ scan8[i] ])
224 void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
229 if(nnzc[ scan
[all...]
H A Ddsputil.h63 void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
64 void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
65 void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
66 void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
67 void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dh264dsp_init_arm.c59 const uint8_t nnzc[6*8]);
62 const uint8_t nnzc[6*8]);
65 const uint8_t nnzc[6*8]);
71 const uint8_t nnzc[6*8]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_idct.asm353 ; const uint8_t nnzc[6 * 8])
354 cglobal h264_idct_add16_8, 5, 7 + npicregs, 0, dst, block_offset, block, stride, nnzc, cntr, coeff, picreg
376 ; const uint8_t nnzc[6 * 8])
377 cglobal h264_idct8_add4_8, 5, 7 + npicregs, 0, dst, block_offset, block, stride, nnzc, cntr, coeff, picreg
410 ; const uint8_t nnzc[6 * 8])
411 cglobal h264_idct_add16_8, 5, 8 + npicregs, 0, dst1, block_offset, block, stride, nnzc, cntr, coeff, dst2, picreg
457 ; const uint8_t nnzc[6 * 8])
458 cglobal h264_idct_add16intra_8, 5, 7 + npicregs, 0, dst, block_offset, block, stride, nnzc, cntr, coeff, picreg
482 ; const uint8_t nnzc[6 * 8])
483 cglobal h264_idct_add16intra_8, 5, 8 + npicregs, 0, dst1, block_offset, block, stride, nnzc, cnt
[all...]
H A Dh264_idct_10bit.asm94 ; const uint8_t nnzc[6*8])
237 ; const uint8_t nnzc[6*8])
313 ; const uint8_t nnzc[6*8])
560 ; const uint8_t nnzc[6*8])
H A Dh264dsp_init.c51 int16_t *block, int stride, const uint8_t nnzc[6 * 8]);
73 int16_t *block, int stride, const uint8_t nnzc[6 * 8]);
H A Dvp9itxfm.asm615 %macro VP9_IDCT16_1D_START 4 ; src, nnzc, stride, stack_scratch
774 %macro VP9_IDCT16_1D 2-3 16 ; src, pass, nnzc
1179 %macro VP9_IDCT32_1D 2-3 32 ; src, pass, nnzc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_idct.asm303 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
325 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
357 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
404 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
427 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
472 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
535 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
613 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
676 ; DCTELEM *block, int stride, const uint8_t nnzc[6*8])
754 ; DCTELEM *block, int stride, const uint8_t nnzc[
[all...]
H A Dh264_idct_10bit.asm107 ; h264_idct_add16(pixel *dst, const int *block_offset, dctcoef *block, int stride, const uint8_t nnzc[6*8])
243 ; h264_idct_add16intra(pixel *dst, const int *block_offset, dctcoef *block, int stride, const uint8_t nnzc[6*8])
315 ; h264_idct_add8(pixel **dst, const int *block_offset, dctcoef *block, int stride, const uint8_t nnzc[6*8])
528 ; h264_idct8_add4(pixel **dst, const int *block_offset, dctcoef *block, int stride, const uint8_t nnzc[6*8])
H A Dh264dsp_mmx.c52 DCTELEM *block, int stride, const uint8_t nnzc[6*8]);
76 DCTELEM *block, int stride, const uint8_t nnzc[6*8]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264dsp.c293 const uint8_t nnzc[15 * 8])
297 int nnz = nnzc[ scan8[i] ];
307 const uint8_t nnzc[15 * 8])
311 if(nnzc[ scan8[i] ]) h264_idct_add_altivec(dst + block_offset[i], block + i*16, stride);
318 const uint8_t nnzc[15 * 8])
322 int nnz = nnzc[ scan8[i] ];
332 const uint8_t nnzc[15 * 8])
337 if(nnzc[ scan8[i] ])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c530 static void ff_h264_idct_add16_altivec(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
533 int nnz = nnzc[ scan8[i] ];
541 static void ff_h264_idct_add16intra_altivec(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
544 if(nnzc[ scan8[i] ]) ff_h264_idct_add_altivec(dst + block_offset[i], block + i*16, stride);
549 static void ff_h264_idct8_add4_altivec(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
552 int nnz = nnzc[ scan8[i] ];
560 static void ff_h264_idct_add8_altivec(uint8_t **dest, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[15*8]){ argument
564 if(nnzc[ scan8[i] ])

Completed in 118 milliseconds