Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1276 int coeff_mask = 0; in code_filter_coeffs() local
1286 coeff_mask |= coeff; in code_filter_coeffs()
1291 for (shift = 0; shift < 7 && bits + shift < 16 && !(coeff_mask & (1<<shift)); shift++); in code_filter_coeffs()
1402 int32_t coeff_mask = 0; in code_matrix_coeffs() local
1407 coeff_mask |= coeff; in code_matrix_coeffs()
1410 for (bits = 0; bits < 14 && !(coeff_mask & (1<<bits)); bits++); in code_matrix_coeffs()

Completed in 5 milliseconds