Home | History | Annotate | Download | only in encoder

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, int recon_uvoffset);
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)
369 /* save this macroblock QIndex for vp8_update_zbin_extra() */
372 void vp8_update_zbin_extra(VP8_COMP *cpi, MACROBLOCK *x)
424 unsigned int vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x)
467 MACROBLOCK *x,
515 // for each macroblock col in image
680 MACROBLOCK *const x = & cpi->mb;
874 // for each macroblock row in image
1032 void vp8_setup_block_ptrs(MACROBLOCK *x)
1071 void vp8_build_block_offsets(MACROBLOCK *x)
1118 static void sum_intra_stats(VP8_COMP *cpi, MACROBLOCK *x)
1148 int vp8cx_encode_intra_macro_block(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t)
1229 VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t,