Home
last modified time | relevance | path

Searched defs:cbp (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Dmpegvideo_xvmc.c64 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
Dvc1_loopfilter.c363 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
Dh264data.h37 uint8_t cbp; member
Dvc1_block.c1293 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
Dh261enc.c166 int i, cbp; in get_cbp() local
254 int mvd, mv_diff_x, mv_diff_y, i, cbp; in ff_h261_encode_mb() local
Dh263enc.h76 int cbp; in get_p_cbp() local
Dmsmpeg4dec.c110 int cbp, code, i; in msmpeg4v12_decode_mb() local
211 int cbp, code, i; in msmpeg4v34_decode_mb() local
Dwmv2dec.c408 int n, int cbp) in wmv2_decode_inter_block()
452 int cbp, code, i, ret; in ff_wmv2_decode_mb() local
Dwmv2enc.c170 int cbp, coded_cbp, i; in ff_wmv2_encode_mb() local
Dhqx.c196 int cbp; in hqx_decode_422a() local
282 int cbp; in hqx_decode_444a() local
Dmpeg4videoenc.c442 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
Drv34.c184 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
Dituh263dec.c679 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
Dh264_cabac.c1414 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
Dh264_cavlc.c628 int mb_type, int cbp, int p) in decode_luma_residual()
699 unsigned int mb_type, cbp; in ff_h264_decode_mb_cavlc() local
Dhq_hqa.c183 int i, ret, cbp; in hqa_decode_mb() local
Dmsmpeg4enc.c376 int cbp, coded_cbp, i; in ff_msmpeg4_encode_mb() local
Dh261dec.c369 int i, cbp, xy; in h261_decode_mb() local
Dimm4.c173 unsigned cbp, int flag, int offset, unsigned flag2) in decode_blocks()
Dcavsdec.c619 int cbp = get_ue_golomb(&h->gb); in decode_residual_inter() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c107 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/
Dvsrc_mptestsrc.c154 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/
Dhttpread.c534 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttpread.c534 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c714 int i, cbp, blk = 0; in decode_dct() local

12345