Searched refs:cbp_b (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.c1397 int cbp_b, cbp_a, ctx, cbp = 0; local
1400 cbp_b = h->top_cbp;
1402 ctx = !(cbp_a & 0x02) + 2 * !(cbp_b & 0x04);
1404 ctx = !(cbp & 0x01) + 2 * !(cbp_b & 0x08);
1414 int cbp_a, cbp_b; local
1417 cbp_b = (h-> top_cbp>>4)&0x03;
1421 if( cbp_b > 0 ) ctx += 2;
1427 if( cbp_b == 2 ) ctx += 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cabac.c1399 int cbp_b, cbp_a, ctx, cbp = 0; local
1402 cbp_b = h->top_cbp;
1404 ctx = !(cbp_a & 0x02) + 2 * !(cbp_b & 0x04);
1406 ctx = !(cbp & 0x01) + 2 * !(cbp_b & 0x08);
1416 int cbp_a, cbp_b; local
1419 cbp_b = (h-> top_cbp>>4)&0x03;
1423 if( cbp_b > 0 ) ctx += 2;
1429 if( cbp_b == 2 ) ctx += 2;

Completed in 62 milliseconds