Home
last modified time | relevance | path

Searched refs:get_p_cbp (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263enc.h73 static inline int get_p_cbp(MpegEncContext * s, in get_p_cbp() function
Dituh263enc.c506 cbp= get_p_cbp(s, block, motion_x, motion_y); in ff_h263_encode_mb()
Dmpeg4videoenc.c632 cbp = get_p_cbp(s, block, motion_x, motion_y); in ff_mpeg4_encode_mb()