Home
last modified time | relevance | path

Searched defs:nnz (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c112 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 Dh264idct_lasx.c312 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 Dh264_deblock_msa.c119 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 Dh264dsp_mmi.c774 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 Dh264idct_msa.c355 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 Dh264dsp.c278 int nnz = rnd() % 3; in check_idct_multiple() local
/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h450 uint8_t *nnz; in fill_decode_caches() local
[all...]
H A Dh264idct_template.c180 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 Dlagarith.c142 int nnz = 0; in lag_read_prob_header() local
H A Dh264_mb.c647 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 Dh264_cavlc.c666 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 Dvp9block.c803 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 Dh264_slice.c2419 uint8_t *nnz; in fill_filter_caches() local
[all...]
H A Dsvq3.c644 int nnz; in hl_decode_mb_predict_luma() local
H A Dh264dec.h687 uint8_t *nnz = h->non_zero_count[mb_xy]; in write_back_non_zero_count() local
[all...]
H A Daacdec_template.c1857 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 Dvp8.c1479 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 Dh264dsp.c335 int nnz = nnzc[ scan8[i] ]; in h264_idct_add16_altivec() local
360 int nnz = nnzc[ scan8[i] ]; in h264_idct8_add4_altivec() local

Completed in 33 milliseconds