Lines Matching refs:MACROBLOCK
48 static void vp8_subtract_mb(MACROBLOCK *x) { in vp8_subtract_mb()
58 static void build_dcblock(MACROBLOCK *x) { in build_dcblock()
67 void vp8_transform_mbuv(MACROBLOCK *x) { in vp8_transform_mbuv()
75 void vp8_transform_intra_mby(MACROBLOCK *x) { in vp8_transform_intra_mby()
89 static void transform_mb(MACROBLOCK *x) { in transform_mb()
109 static void transform_mby(MACROBLOCK *x) { in transform_mby()
143 static void optimize_b(MACROBLOCK *mb, int ib, int type, ENTROPY_CONTEXT *a, in optimize_b()
390 static void optimize_mb(MACROBLOCK *x) { in optimize_mb()
427 void vp8_optimize_mby(MACROBLOCK *x) { in vp8_optimize_mby()
463 void vp8_optimize_mbuv(MACROBLOCK *x) { in vp8_optimize_mbuv()
485 void vp8_encode_inter16x16(MACROBLOCK *x) { in vp8_encode_inter16x16()
498 void vp8_encode_inter16x16y(MACROBLOCK *x) { in vp8_encode_inter16x16y()