/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_xvmc.c | 64 void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp) in ff_xvmc_pack_pblocks() 175 int i, cbp, blocks_per_mb; in ff_xvmc_decode_mb() local
|
D | vc1_loopfilter.c | 363 static av_always_inline void vc1_p_h_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, in vc1_p_h_loop_filter() 416 static av_always_inline void vc1_p_v_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, in vc1_p_v_loop_filter() 475 uint32_t *cbp; in ff_vc1_p_loop_filter() local 1112 static av_always_inline void vc1_b_h_intfi_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, in vc1_b_h_intfi_loop_filter() 1144 static av_always_inline void vc1_b_v_intfi_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, in vc1_b_v_intfi_loop_filter() 1177 uint32_t *cbp; in ff_vc1_b_intfi_loop_filter() local
|
D | h264data.h | 37 uint8_t cbp; member
|
D | vc1_block.c | 1293 int cbp; /* cbp decoding stuff */ in vc1_decode_p_mb() local 1525 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_p_mb_intfr() local 1735 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_p_mb_intfi() local 1859 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_b_mb() local 2017 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_b_mb_intfi() local 2184 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_b_mb_intfr() local 2532 int cbp, val; in vc1_decode_i_blocks() local 2657 int cbp, val; in vc1_decode_i_blocks_adv() local
|
D | h261enc.c | 166 int i, cbp; in get_cbp() local 254 int mvd, mv_diff_x, mv_diff_y, i, cbp; in ff_h261_encode_mb() local
|
D | h263enc.h | 76 int cbp; in get_p_cbp() local
|
D | msmpeg4dec.c | 110 int cbp, code, i; in msmpeg4v12_decode_mb() local 211 int cbp, code, i; in msmpeg4v34_decode_mb() local
|
D | wmv2dec.c | 408 int n, int cbp) in wmv2_decode_inter_block() 452 int cbp, code, i, ret; in ff_wmv2_decode_mb() local
|
D | wmv2enc.c | 170 int cbp, coded_cbp, i; in ff_wmv2_encode_mb() local
|
D | hqx.c | 196 int cbp; in hqx_decode_422a() local 282 int cbp; in hqx_decode_444a() local
|
D | mpeg4videoenc.c | 442 int cbp = 0, i; in get_b_cbp() local 493 int i, cbp; in ff_mpeg4_encode_mb() local 797 int cbp; in ff_mpeg4_encode_mb() local
|
D | rv34.c | 184 int pattern, code, cbp=0; in rv34_decode_cbp() local 1026 static void rv34_output_i16x16(RV34DecContext *r, int8_t *intra_types, int cbp) in rv34_output_i16x16() 1089 static void rv34_output_intra(RV34DecContext *r, int8_t *intra_types, int cbp) in rv34_output_intra() 1202 int cbp, cbp2; in rv34_decode_inter_macroblock() local 1306 int cbp, dist; in rv34_decode_intra_macroblock() local
|
D | ituh263dec.c | 679 static int h263_skip_b_part(MpegEncContext *s, int cbp) in h263_skip_b_part() 789 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in ff_h263_decode_mb() local
|
D | h264_cabac.c | 1414 int cbp_b, cbp_a, ctx, cbp = 0; in decode_cabac_mb_cbp_luma() local 1872 … int pixel_shift, int mb_type, int cbp, int p) in decode_cabac_luma_residual() 1924 int mb_type, partition_count, cbp = 0; in ff_h264_decode_mb_cabac() local
|
D | h264_cavlc.c | 628 int mb_type, int cbp, int p) in decode_luma_residual() 699 unsigned int mb_type, cbp; in ff_h264_decode_mb_cavlc() local
|
D | hq_hqa.c | 183 int i, ret, cbp; in hqa_decode_mb() local
|
D | msmpeg4enc.c | 376 int cbp, coded_cbp, i; in ff_msmpeg4_encode_mb() local
|
D | h261dec.c | 369 int i, cbp, xy; in h261_decode_mb() local
|
D | imm4.c | 173 unsigned cbp, int flag, int offset, unsigned flag2) in decode_blocks()
|
D | cavsdec.c | 619 int cbp = get_ue_golomb(&h->gb); in decode_residual_inter() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 107 unsigned cbp = mb->coded_block_pattern; in nouveau_vpe_mb_dct_blocks() local 132 unsigned cbp = mb->coded_block_pattern; in nouveau_vpe_mb_data_blocks() local 151 unsigned base_dct, cbp; in nouveau_vpe_mb_dct_header() local
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_mptestsrc.c | 154 static void draw_cbp(uint8_t *dst[3], int dst_linesize[3], int cbp, int amp, int dc) in draw_cbp() 203 int x, y, cbp = 0; in cbp_test() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | httpread.c | 534 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | httpread.c | 534 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 714 int i, cbp, blk = 0; in decode_dct() local
|