Searched refs:mp_read_changes_map (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motionpixels.c | 102 static void mp_read_changes_map(MotionPixelsContext *mp, GetBitContext *gb, int count, int bits_len… in mp_read_changes_map() function 307 mp_read_changes_map(mp, &gb, count1, 8, i); in mp_decode_frame() 308 mp_read_changes_map(mp, &gb, count2, 4, i); in mp_decode_frame()
|