/third_party/ffmpeg/libavcodec/ |
D | vp9block.c | 808 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()
|
D | h264idct_template.c | 177 int nnz = nnzc[ scan8[i] ]; in FUNCC() local 196 int nnz = nnzc[ scan8[i] ]; in FUNCC() local
|
D | h264_cavlc.c | 668 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
|
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
|
D | lagarith.c | 141 int nnz = 0; in lag_read_prob_header() local
|
D | h264_mvpred.h | 452 uint8_t *nnz; in fill_decode_caches() local
|
D | aacdec_template.c | 1842 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
|
D | h264_slice.c | 2323 uint8_t *nnz; in fill_filter_caches() local
|
D | vp8.c | 1475 int nnz_pred, nnz, nnz_total = 0; in decode_mb_coeffs() local 1674 int x, y, mode, nnz; in intra_predict() local
|
D | svq3.c | 644 int nnz, tr; in hl_decode_mb_predict_luma() local
|
D | h264dec.h | 728 uint8_t *nnz = h->non_zero_count[mb_xy]; in write_back_non_zero_count() local
|
/third_party/boost/boost/numeric/ublas/experimental/ |
D | sparse_view.hpp | 179 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/ |
D | h264dsp.c | 277 int nnz = rnd() % 3; in check_idct_multiple() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_mmi.c | 773 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
|
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/libavcodec/ppc/ |
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
|
/third_party/boost/boost/numeric/ublas/ |
D | vector_sparse.hpp | 365 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
|
D | vector_of_vector.hpp | 116 size_type nnz () const { in nnz() function in boost::numeric::ublas::generalized_vector_of_vector
|
D | matrix_sparse.hpp | 335 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/ |
D | EncUT_EncoderMbAux.cpp | 367 const int32_t nnz = func (pLevel); in TestGetNoneZeroCount() local
|