Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmss4.c159 static inline int get_coeff(GetBitContext *gb, VLC *vlc) in get_coeff() function
174 dc = get_coeff(gb, dc_vlc); in mss4_decode_dct()
340 vec[i][j] = get_coeff(gb, &vec_entry_vlc[!!i]); in mss4_decode_image_block()
H A Dvp3.c1155 static inline int get_coeff(GetBitContext *gb, int token, int16_t *coeff) in get_coeff() function
1245 zero_run = get_coeff(gb, token, &coeff); in unpack_vlcs()
1431 zero_run = get_coeff(gb, token, &coeff); in vp4_unpack_vlcs()
/third_party/ffmpeg/libavfilter/
H A Dvf_perspective.c104 static inline double get_coeff(double d) in get_coeff() function
253 temp[j] = get_coeff(j - d - 1); in config_input()

Completed in 9 milliseconds