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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_cabac.c1457 static int decode_cabac_mb_ref( H264Context *h, int list, int n ) { function
2104 ref[list][i] = decode_cabac_mb_ref( h, list, 4*i );
2190 ref= decode_cabac_mb_ref(h, list, 0);
2218 ref= decode_cabac_mb_ref( h, list, 8*i );
2253 ref= decode_cabac_mb_ref( h, list, 4*i );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cabac.c1459 static int decode_cabac_mb_ref( H264Context *h, int list, int n ) { function
2090 ref[list][i] = decode_cabac_mb_ref( h, list, 4*i );
2176 ref= decode_cabac_mb_ref(h, list, 0);
2204 ref= decode_cabac_mb_ref( h, list, 8*i );
2239 ref= decode_cabac_mb_ref( h, list, 4*i );

Completed in 108 milliseconds