Home
last modified time | relevance | path

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

12

/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.h36 uint8_t cbp; member
Dwmv2dec.c339 int n, int cbp) in wmv2_decode_inter_block()
381 int cbp, code, i, ret; in ff_wmv2_decode_mb() local
Dh261enc.c157 int i, cbp; in get_cbp() local
242 int mvd, mv_diff_x, mv_diff_y, i, cbp; in ff_h261_encode_mb() local
Dvc1_block.c1292 int cbp; /* cbp decoding stuff */ in vc1_decode_p_mb() local
1524 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_p_mb_intfr() local
1734 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_p_mb_intfi() local
1858 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_b_mb() local
2016 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_b_mb_intfi() local
2183 int cbp = 0; /* cbp decoding stuff */ in vc1_decode_b_mb_intfr() local
2531 int cbp, val; in vc1_decode_i_blocks() local
2656 int cbp, val; in vc1_decode_i_blocks_adv() local
Dwmv2enc.c151 int cbp, coded_cbp, i; in ff_wmv2_encode_mb() local
Dmsmpeg4dec.c104 int cbp, code, i; in msmpeg4v12_decode_mb() local
205 int cbp, code, i; in msmpeg4v34_decode_mb() local
Dh263.h133 int cbp, i; in get_p_cbp() local
Dmpeg4videoenc.c435 int cbp = 0, i; in get_b_cbp() local
486 int i, cbp; in ff_mpeg4_encode_mb() local
798 int cbp; in ff_mpeg4_encode_mb() local
Dituh263dec.c589 static int h263_skip_b_part(MpegEncContext *s, int cbp) in h263_skip_b_part()
699 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in ff_h263_decode_mb() local
Dhqx.c196 int cbp; in hqx_decode_422a() local
282 int cbp; in hqx_decode_444a() local
Drv34.c182 int pattern, code, cbp=0; in rv34_decode_cbp() local
1024 static void rv34_output_i16x16(RV34DecContext *r, int8_t *intra_types, int cbp) in rv34_output_i16x16()
1087 static void rv34_output_intra(RV34DecContext *r, int8_t *intra_types, int cbp) in rv34_output_intra()
1200 int cbp, cbp2; in rv34_decode_inter_macroblock() local
1304 int cbp, dist; in rv34_decode_intra_macroblock() local
Dh264_cabac.c1405 int cbp_b, cbp_a, ctx, cbp = 0; in decode_cabac_mb_cbp_luma() local
1863 … int pixel_shift, int mb_type, int cbp, int p) in decode_cabac_luma_residual()
1915 int mb_type, partition_count, cbp = 0; in ff_h264_decode_mb_cabac() local
Dh264_cavlc.c630 int mb_type, int cbp, int p) in decode_luma_residual()
701 unsigned int mb_type, cbp; in ff_h264_decode_mb_cavlc() local
Dh261dec.c352 int i, cbp, xy; in h261_decode_mb() local
Dhq_hqa.c182 int i, ret, cbp; in hqa_decode_mb() local
Dmsmpeg4enc.c373 int cbp, coded_cbp, i; in ff_msmpeg4_encode_mb() local
Dituh263enc.c451 int cbpc, cbpy, i, cbp, pred_x, pred_y; in ff_h263_encode_mb() 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/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c468 decode_cbp (GstBitReader * br, guint * cbp) in decode_cbp()
599 guint cbp; in parse_mb() 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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttpread.c534 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local

12