Home
last modified time | relevance | path

Searched refs:MACROBLOCK (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/vp8/encoder/
Dencodemb.h19 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 Encode16x16Y(MACROBLOCK *x);
105 void Encode16x16UV(MACROBLOCK *x);
[all …]
Dencodeintra.h16 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 be…
21 void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int…
22 void vp8_encode_intra16x16mbyrd(const VP8_ENCODER_RTCD *, MACROBLOCK *x);
23 void vp8_encode_intra16x16mbuvrd(const VP8_ENCODER_RTCD *, MACROBLOCK *x);
Dmcomp.h31 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
32 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
37 MACROBLOCK *x,
52 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv,
62 MACROBLOCK *x, \
76 MACROBLOCK *x, \
Drdopt.h15 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *rate, int *rate_to, int *dist…
16 int vp8_rd_pick_intra16x16mby_mode(VP8_COMP *cpi, MACROBLOCK *x, int *returnrate, int *rate_to, int…
17 int vp8_rd_pick_intra_mbuv_mode(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_to, int *distort…
18 extern int vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffs…
Dencodeintra.c46 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, in… in vp8_encode_intra4x4block()
61 void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b,… in vp8_encode_intra4x4block_rd()
76 void vp8_encode_intra4x4mby(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *mb) in vp8_encode_intra4x4mby()
94 void vp8_encode_intra16x16mby(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_encode_intra16x16mby()
147 void vp8_encode_intra16x16mbyrd(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_encode_intra16x16mbyrd()
192 void vp8_encode_intra16x16mbuv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_encode_intra16x16mbuv()
216 void vp8_encode_intra16x16mbuvrd(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_encode_intra16x16mbuvrd()
Dethreading.c18 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, int recon_yo…
19 extern int vp8cx_encode_intra_macro_block(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t);
20 extern void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x);
21 extern void vp8_build_block_offsets(MACROBLOCK *x);
22 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
49 MACROBLOCK *x = &mbri->mb; in thread_encoding_proc()
228 static void setup_mbby_copy(MACROBLOCK *mbdst, MACROBLOCK *mbsrc) in setup_mbby_copy()
231 MACROBLOCK *x = mbsrc; in setup_mbby_copy()
232 MACROBLOCK *z = mbdst; in setup_mbby_copy()
339 MACROBLOCK *x, in vp8cx_init_mbrthread_data()
[all …]
Dencodemb.c101 static void vp8_subtract_mb(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) in vp8_subtract_mb()
107 void vp8_build_dcblock(MACROBLOCK *x) in vp8_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 void vp8_transform_mb(MACROBLOCK *x) in vp8_transform_mb()
177 void vp8_transform_mby(MACROBLOCK *x) in vp8_transform_mby()
197 void vp8_stuff_inter16x16(MACROBLOCK *x) in vp8_stuff_inter16x16()
258 void vp8_optimize_b(MACROBLOCK *mb, int ib, int type, in vp8_optimize_b()
503 void vp8_optimize_mb(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd) in vp8_optimize_mb()
550 void vp8_optimize_mby(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd) in vp8_optimize_mby()
[all …]
Dpickinter.h18 extern int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *, MACROBLOCK *mb, int *Rate, int *Dis…
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,…
Dquantize.h52 extern void vp8_quantize_mb(MACROBLOCK *x);
53 extern void vp8_quantize_mbuv(MACROBLOCK *x);
54 extern void vp8_quantize_mby(MACROBLOCK *x);
Drdopt.c47 void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x);
433 int vp8_mbblock_error_c(MACROBLOCK *mb, int dc) in vp8_mbblock_error_c()
459 int vp8_mbuverror_c(MACROBLOCK *mb) in vp8_mbuverror_c()
481 static int macro_block_max_error(MACROBLOCK *mb) in macro_block_max_error()
541 int VP8_UVSSE(MACROBLOCK *x, const vp8_variance_rtcd_vtable_t *rtcd) in VP8_UVSSE()
581 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) in cost_coeffs()
613 int vp8_rdcost_mby(MACROBLOCK *mb) in vp8_rdcost_mby()
646 MACROBLOCK *x, in rd_pick_intra4x4block()
713 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *Rate, int *rate_y, int *Disto… in vp8_rd_pick_intra4x4mby_modes()
759 int vp8_rd_pick_intra16x16mby_mode(VP8_COMP *cpi, MACROBLOCK *x, int *Rate, int *rate_y, int *Disto… in vp8_rd_pick_intra16x16mby_mode()
[all …]
Dencodeframe.c45 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);
289 void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x) in vp8cx_mb_init_quantizer()
371 MACROBLOCK *x, in encode_mb_row()
543 MACROBLOCK *const x = & cpi->mb; in vp8_encode_frame()
924 void vp8_setup_block_ptrs(MACROBLOCK *x) in vp8_setup_block_ptrs()
963 void vp8_build_block_offsets(MACROBLOCK *x) in vp8_build_block_offsets()
[all …]
Dpickinter.c36 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_…
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 er… in vp8_skip_fractional_mv_step()
67 static int get_inter_mbpred_error(MACROBLOCK *mb, const vp8_variance_fn_ptr_t *vfp, unsigned int *s… in get_inter_mbpred_error()
165 MACROBLOCK *x, in pick_intra4x4block()
218 int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *mb, int *Rate, int *best_d… in vp8_pick_intra4x4mby_modes()
275 int vp8_pick_intra_mbuv_mode(MACROBLOCK *mb) in vp8_pick_intra_mbuv_mode()
425 int vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *r… in vp8_pick_inter_mode()
Dquantize.c269 void vp8_quantize_mby(MACROBLOCK *x) in vp8_quantize_mby()
282 void vp8_quantize_mb(MACROBLOCK *x) in vp8_quantize_mb()
293 void vp8_quantize_mbuv(MACROBLOCK *x) in vp8_quantize_mbuv()
Dsegmentation.h16 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
Dmcomp.c65 void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride) in vp8_init_dsmotion_compensation()
113 void vp8_init3smotion_compensation(MACROBLOCK *x, int stride) in vp8_init3smotion_compensation()
198 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *re… in vp8_find_best_sub_pixel_step_iteratively()
312 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int er… in vp8_find_best_sub_pixel_step()
597 int vp8_find_best_half_pixel_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int … in vp8_find_best_half_pixel_step()
771 MACROBLOCK *x, in vp8_hex_search()
906 MACROBLOCK *x, in vp8_diamond_search_sad()
1021 MACROBLOCK *x, in vp8_diamond_search_sadx4()
1176 int vp8_full_search_sad(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int dist… in vp8_full_search_sad()
1266 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int di… in vp8_full_search_sadx3()
[all …]
Dsegmentation.c15 void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x) in vp8_update_gf_useage_maps()
Dblock.h119 } MACROBLOCK; typedef
Donyx_int.h187 MACROBLOCK mb;
265 MACROBLOCK mb;
Dfirstpass.c40 extern void vp8_build_block_offsets(MACROBLOCK *x);
41 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
43 extern void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, MV *mv);
71 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred) in vp8_encode_intra()
432 void vp8_zz_motion_search( VP8_COMP *cpi, MACROBLOCK * x, YV12_BUFFER_CONFIG * recon_buffer, int * … in vp8_zz_motion_search()
452 void vp8_first_pass_motion_search(VP8_COMP *cpi, MACROBLOCK *x, MV *ref_mv, MV *best_mv, YV12_BUFFE… in vp8_first_pass_motion_search()
515 MACROBLOCK *const x = & cpi->mb; in vp8_first_pass()
Dtemporal_filter.c183 MACROBLOCK *x = &cpi->mb; in find_matching_mb()
/external/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c36 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/
Dx86_csystemdependent.c55 int vp8_mbblock_error_mmx(MACROBLOCK *mb, int dc) in vp8_mbblock_error_mmx()
63 int vp8_mbuverror_mmx(MACROBLOCK *mb) in vp8_mbuverror_mmx()
153 int vp8_mbblock_error_xmm(MACROBLOCK *mb, int dc) in vp8_mbblock_error_xmm()
161 int vp8_mbuverror_xmm(MACROBLOCK *mb) in vp8_mbuverror_xmm()