Lines Matching refs:MACROBLOCK
101 static void vp8_subtract_mb(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_subtract_mb()
107 static void build_dcblock(MACROBLOCK *x) in build_dcblock()
118 void vp8_transform_mbuv(MACROBLOCK *x) in vp8_transform_mbuv()
130 void vp8_transform_intra_mby(MACROBLOCK *x) in vp8_transform_intra_mby()
150 static void transform_mb(MACROBLOCK *x) in transform_mb()
178 static void transform_mby(MACROBLOCK *x) in transform_mby()
198 void vp8_stuff_inter16x16(MACROBLOCK *x) in vp8_stuff_inter16x16()
259 static void optimize_b(MACROBLOCK *mb, int ib, int type, in optimize_b()
505 static void optimize_mb(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd) in optimize_mb()
545 void vp8_optimize_mby(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd) in vp8_optimize_mby()
586 void vp8_optimize_mbuv(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd) in vp8_optimize_mbuv()
613 void vp8_encode_inter16x16(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_encode_inter16x16()
636 void vp8_encode_inter16x16y(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_encode_inter16x16y()
653 void vp8_encode_inter16x16uvrd(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_encode_inter16x16uvrd()