/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264_deblock_lasx.c | 112 void ff_h264_loop_filter_strength_lasx(int16_t bS[2][4][4], uint8_t nnz[40], in ff_h264_loop_filter_strength_lasx() argument
|
H A D | h264idct_lasx.c | 312 int32_t nnz = nzc[scan8[i]]; in ff_h264_idct_add16_lasx() local 334 int32_t nnz = nzc[scan8[cnt]]; in ff_h264_idct8_add4_lasx() local
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264_deblock_msa.c | 119 void ff_h264_loop_filter_strength_msa(int16_t bS[2][4][4], uint8_t nnz[40], in ff_h264_loop_filter_strength_msa() argument
|
H A D | h264dsp_mmi.c | 774 int nnz = nnzc[ scan8[i] ]; in ff_h264_idct_add16_8_mmi() local 804 int nnz = nnzc[ scan8[i] ]; in ff_h264_idct8_add4_8_mmi() local
|
H A D | h264idct_msa.c | 355 int32_t nnz = nzc[scan8[i]]; in ff_h264_idct_add16_msa() local 377 int32_t nnz = nzc[scan8[cnt]]; in ff_h264_idct8_add4_msa() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264dsp.c | 278 int nnz = rnd() % 3; in check_idct_multiple() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 450 uint8_t *nnz; in fill_decode_caches() local [all...] |
H A D | h264idct_template.c | 180 int nnz = nnzc[ scan8[i] ]; in ff_h264_idct_add16() local 205 int nnz = nnzc[ scan8[i] ]; in ff_h264_idct8_add4() local
|
H A D | lagarith.c | 142 int nnz = 0; in lag_read_prob_header() local
|
H A D | h264_mb.c | 647 const int nnz = sl->non_zero_count_cache[scan8[i + p * 16]]; in hl_decode_mb_predict_luma() local 674 int nnz, tr; in hl_decode_mb_predict_luma() local
|
H A D | h264_cavlc.c | 666 uint8_t *nnz; in decode_luma_residual() local 687 uint8_t * const nnz = &sl->non_zero_count_cache[scan8[4 * i8x8 + p * 16]]; in decode_luma_residual() local [all...] |
H A D | vp9block.c | 803 decode_coeffs_b_generic(VP56RangeCoder *c, int16_t *coef, int n_coeffs, int is_tx32x32, int is8bitsperpixel, int bpp, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_generic() argument 922 decode_coeffs_b_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_8bpp() argument 932 decode_coeffs_b32_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_8bpp() argument 942 decode_coeffs_b_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_16bpp() argument 952 decode_coeffs_b32_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_16bpp() argument [all...] |
H A D | h264_slice.c | 2419 uint8_t *nnz; in fill_filter_caches() local [all...] |
H A D | svq3.c | 644 int nnz; in hl_decode_mb_predict_luma() local
|
H A D | h264dec.h | 687 uint8_t *nnz = h->non_zero_count[mb_xy]; in write_back_non_zero_count() local [all...] |
H A D | aacdec_template.c | 1857 unsigned nnz; in decode_spectrum_and_dequant() local 1905 unsigned nnz; in decode_spectrum_and_dequant() local 1937 unsigned nzt, nnz; in decode_spectrum_and_dequant() local [all...] |
H A D | vp8.c | 1479 int nnz_pred, nnz, nnz_total = 0; in decode_mb_coeffs() local 1678 int x, y, mode, nnz; intra_predict() local [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 335 int nnz = nnzc[ scan8[i] ]; in h264_idct_add16_altivec() local 360 int nnz = nnzc[ scan8[i] ]; in h264_idct8_add4_altivec() local
|