Home
last modified time | relevance | path

Searched defs:nnz (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9block.c808 int nnz, const int16_t *scan, const int16_t (*nb)[2], in decode_coeffs_b_generic()
926 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b_8bpp()
936 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b32_8bpp()
946 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b_16bpp()
956 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b32_16bpp()
Dh264idct_template.c177 int nnz = nnzc[ scan8[i] ]; in FUNCC() local
196 int nnz = nnzc[ scan8[i] ]; in FUNCC() local
Dh264_cavlc.c668 uint8_t *nnz; in decode_luma_residual() local
689 uint8_t * const nnz = &sl->non_zero_count_cache[scan8[4 * i8x8 + p * 16]]; in decode_luma_residual() local
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
Dlagarith.c141 int nnz = 0; in lag_read_prob_header() local
Dh264_mvpred.h452 uint8_t *nnz; in fill_decode_caches() local
Daacdec_template.c1842 unsigned nnz; in decode_spectrum_and_dequant() local
1890 unsigned nnz; in decode_spectrum_and_dequant() local
1922 unsigned nzt, nnz; in decode_spectrum_and_dequant() local
Dh264_slice.c2323 uint8_t *nnz; in fill_filter_caches() local
Dvp8.c1475 int nnz_pred, nnz, nnz_total = 0; in decode_mb_coeffs() local
1674 int x, y, mode, nnz; in intra_predict() local
Dsvq3.c644 int nnz, tr; in hl_decode_mb_predict_luma() local
Dh264dec.h728 uint8_t *nnz = h->non_zero_count[mb_xy]; in write_back_non_zero_count() local
/third_party/boost/boost/numeric/ublas/experimental/
Dsparse_view.hpp179 compressed_matrix_view (index_type n_rows, index_type n_cols, array_size_type nnz in compressed_matrix_view()
306 , typename vector_view_traits<JA>::size_type nnz in make_compressed_matrix_view()
/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c277 int nnz = rnd() % 3; in check_idct_multiple() local
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_mmi.c773 int nnz = nnzc[ scan8[i] ]; in ff_h264_idct_add16_8_mmi() local
803 int nnz = nnzc[ scan8[i] ]; in ff_h264_idct8_add4_8_mmi() local
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/libavcodec/ppc/
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
/third_party/boost/boost/numeric/ublas/
Dvector_sparse.hpp365 size_type nnz () const { in nnz() function in boost::numeric::ublas::mapped_vector
909 size_type nnz () const { in nnz() function in boost::numeric::ublas::compressed_vector
1569 size_type nnz () const { in nnz() function in boost::numeric::ublas::coordinate_vector
Dvector_of_vector.hpp116 size_type nnz () const { in nnz() function in boost::numeric::ublas::generalized_vector_of_vector
Dmatrix_sparse.hpp335 size_type nnz () const { in nnz() function in boost::numeric::ublas::mapped_matrix
1499 size_type nnz () const { in nnz() function in boost::numeric::ublas::mapped_vector_of_mapped_vector
2913 size_type nnz () const { in nnz() function in boost::numeric::ublas::compressed_matrix
4352 size_type nnz () const { in nnz() function in boost::numeric::ublas::coordinate_matrix
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp367 const int32_t nnz = func (pLevel); in TestGetNoneZeroCount() local