Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_cavlc.c285 static inline int pred_non_zero_count(const H264Context *h, H264SliceContext *sl, int n) in pred_non_zero_count() function
451 total_coeff= pred_non_zero_count(h, sl, (n - LUMA_DC_BLOCK_INDEX)*16); in decode_residual()
455 total_coeff= pred_non_zero_count(h, sl, n); in decode_residual()

Completed in 2 milliseconds