Lines Matching refs:cbp
1414 int cbp_b, cbp_a, ctx, cbp = 0;
1420 cbp += get_cabac_noinline(&sl->cabac, &sl->cabac_state[73 + ctx]);
1421 ctx = !(cbp & 0x01) + 2 * !(cbp_b & 0x08);
1422 cbp += get_cabac_noinline(&sl->cabac, &sl->cabac_state[73 + ctx]) << 1;
1423 ctx = !(cbp_a & 0x08) + 2 * !(cbp & 0x01);
1424 cbp += get_cabac_noinline(&sl->cabac, &sl->cabac_state[73 + ctx]) << 2;
1425 ctx = !(cbp & 0x04) + 2 * !(cbp & 0x02);
1426 cbp += get_cabac_noinline(&sl->cabac, &sl->cabac_state[73 + ctx]) << 3;
1427 return cbp;
1872 int pixel_shift, int mb_type, int cbp, int p)
1885 if( cbp&15 ) {
1897 if( cbp & (1<<i8x8) ) {
1924 int mb_type, partition_count, cbp = 0;
2026 cbp = ff_h264_i_mb_type_info[mb_type].cbp;
2335 cbp = decode_cabac_mb_cbp_luma(sl);
2337 cbp |= decode_cabac_mb_cbp_chroma(sl) << 4;
2339 if (!decode_chroma && cbp>15) {
2345 h->cbp_table[mb_xy] = sl->cbp = cbp;
2347 if( dct8x8_allowed && (cbp&15) && !IS_INTRA( mb_type ) ) {
2394 if( cbp || IS_INTRA16x16( mb_type ) ) {
2436 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 0);
2438 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 1);
2439 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 2);
2441 if( cbp&0x30 ){
2449 if( cbp&0x20 ) {
2467 if( cbp&0x30 ){
2474 if( cbp&0x20 ) {