Lines Matching refs:MACROBLOCK
45 MACROBLOCK *x,
49 void vp8_build_block_offsets(MACROBLOCK *x);
50 void vp8_setup_block_ptrs(MACROBLOCK *x);
51 int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, int recon_yoffset, …
52 int vp8cx_encode_intra_macro_block(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t);
304 void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x) in vp8cx_mb_init_quantizer()
372 void vp8_update_zbin_extra(VP8_COMP *cpi, MACROBLOCK *x) in vp8_update_zbin_extra()
424 unsigned int vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x) in vp8_activity_masking()
467 MACROBLOCK *x, in encode_mb_row()
680 MACROBLOCK *const x = & cpi->mb; in vp8_encode_frame()
1032 void vp8_setup_block_ptrs(MACROBLOCK *x) in vp8_setup_block_ptrs()
1071 void vp8_build_block_offsets(MACROBLOCK *x) in vp8_build_block_offsets()
1118 static void sum_intra_stats(VP8_COMP *cpi, MACROBLOCK *x) in sum_intra_stats()
1148 int vp8cx_encode_intra_macro_block(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8cx_encode_intra_macro_block()
1229 VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, in vp8cx_encode_inter_macroblock()