HomeSort by relevance Sort by last modified time
    Searched refs:MACROBLOCK (Results 1 - 22 of 22) sorted by null

  /external/libvpx/vp8/encoder/
encodeintra.h 16 void vp8_encode_intra16x16mby(const VP8_ENCODER_RTCD *, MACROBLOCK *x);
17 void vp8_encode_intra16x16mbuv(const VP8_ENCODER_RTCD *, MACROBLOCK *x);
18 void vp8_encode_intra4x4mby(const VP8_ENCODER_RTCD *, MACROBLOCK *mb);
19 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
20 void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
segmentation.h 16 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
pickinter.h 18 extern int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *, MACROBLOCK *mb, int *Rate, int *Distortion);
19 extern int vp8_pick_intra_mbuv_mode(MACROBLOCK *mb);
20 extern int vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra);
encodemb.h 19 int (sym)(MACROBLOCK *mb, int dc)
25 int (sym)(MACROBLOCK *mb)
96 void vp8_encode_inter16x16(const struct VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x);
98 extern void vp8_stuff_inter16x16(MACROBLOCK *x);
100 void vp8_build_dcblock(MACROBLOCK *b);
101 void vp8_transform_mb(MACROBLOCK *mb);
102 void vp8_transform_mbuv(MACROBLOCK *x);
103 void vp8_transform_intra_mby(MACROBLOCK *x);
104 void vp8_encode_inter16x16uvrd(const struct VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x);
105 void vp8_optimize_mby(MACROBLOCK *x, const struct VP8_ENCODER_RTCD *rtcd)
    [all...]
rdopt.h 15 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *rate, int *rate_to, int *distortion, int best_rd);
16 int vp8_rd_pick_intra16x16mby_mode(VP8_COMP *cpi, MACROBLOCK *x, int *returnrate, int *rate_to, int *returndistortion);
17 int vp8_rd_pick_intra_mbuv_mode(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_to, int *distortion);
18 extern int vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra);
31 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]);
quantize.h 52 extern void vp8_quantize_mb(MACROBLOCK *x);
53 extern void vp8_quantize_mbuv(MACROBLOCK *x);
54 extern void vp8_quantize_mby(MACROBLOCK *x);
mcomp.h 30 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
31 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
36 MACROBLOCK *x,
51 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv,
61 MACROBLOCK *x, \
76 MACROBLOCK *x, \
encodeintra.c 33 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode)
48 void vp8_encode_intra4x4mby(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *mb)
66 void vp8_encode_intra16x16mby(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
119 void vp8_encode_intra16x16mbuv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
segmentation.c 15 void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x)
31 // for each macroblock row in image
34 // for each macroblock col in image
encodemb.c 101 static void vp8_subtract_mb(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
107 static void build_dcblock(MACROBLOCK *x)
118 void vp8_transform_mbuv(MACROBLOCK *x)
130 void vp8_transform_intra_mby(MACROBLOCK *x)
150 static void transform_mb(MACROBLOCK *x)
178 static void transform_mby(MACROBLOCK *x)
198 void vp8_stuff_inter16x16(MACROBLOCK *x)
259 static void optimize_b(MACROBLOCK *mb, int ib, int type,
505 static void optimize_mb(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd)
545 void vp8_optimize_mby(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd
    [all...]
ethreading.c 18 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
21 extern int vp8cx_encode_intra_macro_block(VP8_COMP *cpi, MACROBLOCK *x,
23 extern void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x);
24 extern void vp8_build_block_offsets(MACROBLOCK *x);
25 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
74 MACROBLOCK *x = &mbri->mb;
115 // for each macroblock col in image
281 static void setup_mbby_copy(MACROBLOCK *mbdst, MACROBLOCK *mbsrc)
284 MACROBLOCK *x = mbsrc
    [all...]
block.h 72 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */
122 } MACROBLOCK;
onyx_int.h 197 MACROBLOCK mb;
276 MACROBLOCK mb;
693 unsigned int vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
quantize.c 271 void vp8_quantize_mby(MACROBLOCK *x)
284 void vp8_quantize_mb(MACROBLOCK *x)
295 void vp8_quantize_mbuv(MACROBLOCK *x)
pickinter.c 36 extern int VP8_UVSSE(MACROBLOCK *x, const vp8_variance_rtcd_vtable_t *rtcd);
48 extern int vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, MV *best_ref_mv, int best_rd, int *, int *, int *, int, int *mvcost[2], int, int fullpixel);
50 extern void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, MV *mv);
53 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2])
67 static int get_inter_mbpred_error(MACROBLOCK *mb, const vp8_variance_fn_ptr_t *vfp, unsigned int *sse)
165 MACROBLOCK *x,
215 int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *mb, int *Rate, int *best_dist)
266 int vp8_pick_intra_mbuv_mode(MACROBLOCK *mb)
415 int vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra)
942 // macroblock mode
    [all...]
rdopt.c 46 extern void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x);
47 extern void vp8_update_zbin_extra(VP8_COMP *cpi, MACROBLOCK *x);
397 int vp8_mbblock_error_c(MACROBLOCK *mb, int dc)
423 int vp8_mbuverror_c(MACROBLOCK *mb)
444 int VP8_UVSSE(MACROBLOCK *x, const vp8_variance_rtcd_vtable_t *rtcd)
484 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l)
516 static int vp8_rdcost_mby(MACROBLOCK *mb)
541 static void macro_block_yrd( MACROBLOCK *mb,
598 MACROBLOCK *x,
668 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *Rate
    [all...]
encodeframe.c 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
    [all...]
mcomp.c 65 void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride)
113 void vp8_init3smotion_compensation(MACROBLOCK *x, int stride)
198 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2])
312 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2])
598 int vp8_find_best_half_pixel_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2])
772 MACROBLOCK *x,
909 MACROBLOCK *x,
1025 MACROBLOCK *x,
    [all...]
firstpass.c 39 extern void vp8_build_block_offsets(MACROBLOCK *x);
40 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
42 extern void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, MV *mv);
84 static int encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred)
407 static void zz_motion_search( VP8_COMP *cpi, MACROBLOCK * x, YV12_BUFFER_CONFIG * recon_buffer, int * best_motion_err, int recon_yoffset )
426 static void first_pass_motion_search(VP8_COMP *cpi, MACROBLOCK *x, MV *ref_mv, MV *best_mv, YV12_BUFFER_CONFIG *recon_buffer, int *best_motion_err, int recon_yoffset )
489 MACROBLOCK *const x = & cpi->mb;
546 // for each macroblock row in image
563 // for each macroblock col in image
    [all...]
temporal_filter.c 151 MACROBLOCK *x = &cpi->mb;
  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 36 int (*vp8_mbblock_error)(MACROBLOCK *mb, int dc);
38 int (*vp8_mbuverror)(MACROBLOCK *mb);
58 extern int vp8_mbblock_error_c(MACROBLOCK *mb, int dc);
60 extern int vp8_mbuverror_c(MACROBLOCK *mb);
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 54 static int mbblock_error_mmx(MACROBLOCK *mb, int dc)
62 static int mbuverror_mmx(MACROBLOCK *mb)
110 static int mbblock_error_xmm(MACROBLOCK *mb, int dc)
118 static int mbuverror_xmm(MACROBLOCK *mb)

Completed in 7262 milliseconds