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

1 2

  /external/libvpx/libvpx/vp8/encoder/
encodemb.h 16 void vp8_encode_inter16x16(MACROBLOCK *x);
18 void vp8_build_dcblock(MACROBLOCK *b);
19 void vp8_transform_mb(MACROBLOCK *mb);
20 void vp8_transform_mbuv(MACROBLOCK *x);
21 void vp8_transform_intra_mby(MACROBLOCK *x);
23 void vp8_optimize_mby(MACROBLOCK *x);
24 void vp8_optimize_mbuv(MACROBLOCK *x);
25 void vp8_encode_inter16x16y(MACROBLOCK *x);
encodeintra.h 16 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred);
17 void vp8_encode_intra16x16mby(MACROBLOCK *x);
18 void vp8_encode_intra16x16mbuv(MACROBLOCK *x);
19 void vp8_encode_intra4x4mby(MACROBLOCK *mb);
20 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib);
segmentation.h 16 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
encodeframe.h 12 extern void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
14 extern void vp8_build_block_offsets(MACROBLOCK *x);
16 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
20 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
25 extern int vp8cx_encode_intra_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
pickinter.h 17 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
21 extern void vp8_pick_intra_mode(MACROBLOCK *x, int *rate);
23 extern int vp8_get_inter_mbpred_error(MACROBLOCK *mb,
mcomp.h 37 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
38 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
43 MACROBLOCK *x,
57 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
68 MACROBLOCK *x,
81 MACROBLOCK *x,
94 MACROBLOCK *x,
denoising.h 36 MACROBLOCK *x,
encodeintra.c 21 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred)
52 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib)
81 void vp8_encode_intra4x4mby(MACROBLOCK *mb)
93 void vp8_encode_intra16x16mby(MACROBLOCK *x)
116 void vp8_encode_intra16x16mbuv(MACROBLOCK *x)
rdopt.h 68 extern void vp8_initialize_rd_consts(VP8_COMP *cpi, MACROBLOCK *x, int Qvalue);
69 extern void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra);
70 extern void vp8_rd_pick_intra_mode(MACROBLOCK *x, int *rate);
131 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]);
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 96 static void vp8_subtract_mb(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)
224 static void optimize_b(MACROBLOCK *mb, int ib, int type,
506 static void optimize_mb(MACROBLOCK *x)
549 void vp8_optimize_mby(MACROBLOCK *x)
592 void vp8_optimize_mbuv(MACROBLOCK *x
    [all...]
encodeframe.c 37 extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) ;
47 MACROBLOCK *x,
50 static void adjust_act_zbin( VP8_COMP *cpi, MACROBLOCK *x );
81 static unsigned int tt_activity_measure( VP8_COMP *cpi, MACROBLOCK *x )
105 MACROBLOCK *x, int use_dc_pred )
111 /* Measure the activity of the current macroblock
115 static unsigned int mb_activity_measure( VP8_COMP *cpi, MACROBLOCK *x,
204 static void calc_activity_index( VP8_COMP *cpi, MACROBLOCK *x )
224 /* for each macroblock col in image */
264 MACROBLOCK *const x = & cpi->mb
    [all...]
ethreading.c 20 extern void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x, int ok_to_skip);
66 MACROBLOCK *x = &mbri->mb;
115 /* for each macroblock col in image */
308 static void setup_mbby_copy(MACROBLOCK *mbdst, MACROBLOCK *mbsrc)
311 MACROBLOCK *x = mbsrc;
312 MACROBLOCK *z = mbdst;
436 MACROBLOCK *x,
448 MACROBLOCK *mb = & mbr_ei[i].mb;
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.h 17 void (sym)(MACROBLOCK *mb, int b_idx)
20 void (sym)(MACROBLOCK *mb, int b_idx1, int b_idx2)
23 void (sym)(MACROBLOCK *x)
25 void vp9_regular_quantize_b_4x4_pair(MACROBLOCK *mb, int b_idx1, int b_idx2,
27 void vp9_regular_quantize_b_4x4(MACROBLOCK *mb, int b_idx, TX_TYPE tx_type,
29 void vp9_regular_quantize_b_8x8(MACROBLOCK *mb, int b_idx, TX_TYPE tx_type,
37 extern void vp9_update_zbin_extra(struct VP9_COMP *cpi, MACROBLOCK *x);
39 extern void vp9_mb_init_quantizer(struct VP9_COMP *cpi, MACROBLOCK *x);
vp9_encodeintra.h 16 int vp9_encode_intra(MACROBLOCK *x, int use_16x16_pred);
vp9_encodemb.h 51 MACROBLOCK *x;
55 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
56 void vp9_encode_sby(MACROBLOCK *x, BLOCK_SIZE bsize);
61 void vp9_subtract_sby(MACROBLOCK *x, BLOCK_SIZE bsize);
62 void vp9_subtract_sbuv(MACROBLOCK *x, BLOCK_SIZE bsize);
63 void vp9_subtract_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
65 void vp9_encode_intra_block_y(MACROBLOCK *x, BLOCK_SIZE bsize);
66 void vp9_encode_intra_block_uv(MACROBLOCK *x, BLOCK_SIZE bsize);
vp9_mcomp.h 26 void vp9_clamp_mv_min_max(MACROBLOCK *x, MV *mv);
29 void vp9_init_dsmotion_compensation(MACROBLOCK *x, int stride);
30 void vp9_init3smotion_compensation(MACROBLOCK *x, int stride);
36 int vp9_full_pixel_diamond(struct VP9_COMP *cpi, MACROBLOCK *x,
42 int vp9_hex_search(MACROBLOCK *x,
51 int vp9_bigdia_search(MACROBLOCK *x,
60 int vp9_square_search(MACROBLOCK *x,
71 MACROBLOCK *x,
86 MACROBLOCK *x,
99 typedef int (*vp9_full_search_fn_t)(MACROBLOCK *x
    [all...]
vp9_rdopt.h 22 void vp9_rd_pick_intra_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
26 int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
33 void vp9_set_mbmode_and_mvs(MACROBLOCK *x,
vp9_encodeintra.c 18 int vp9_encode_intra(MACROBLOCK *x, int use_16x16_pred) {
vp9_encodemv.h 28 void vp9_update_nmv_count(VP9_COMP *cpi, MACROBLOCK *x,
vp9_block.h 84 typedef struct macroblock MACROBLOCK;
85 struct macroblock { struct
91 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */
186 void (*quantize_b_4x4)(MACROBLOCK *x, int b_idx, TX_TYPE tx_type,
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 18 int vp8_mbblock_error_xmm(MACROBLOCK *mb, int dc)
26 int vp8_mbuverror_xmm(MACROBLOCK *mb)
vp8_enc_stubs_mmx.c 53 int vp8_mbblock_error_mmx(MACROBLOCK *mb, int dc)
61 int vp8_mbuverror_mmx(MACROBLOCK *mb)
  /external/libvpx/libvpx/vp8/encoder/arm/
quantize_arm.c 26 void vp8_quantize_mby_neon(MACROBLOCK *x)
40 void vp8_quantize_mb_neon(MACROBLOCK *x)
55 void vp8_quantize_mbuv_neon(MACROBLOCK *x)
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 36 int (*vp8_mbblock_error)(MACROBLOCK *mb, int dc);
38 int (*vp8_mbuverror)(MACROBLOCK *mb);
55 extern int vp8_mbblock_error_c(MACROBLOCK *mb, int dc);
57 extern int vp8_mbuverror_c(MACROBLOCK *mb);

Completed in 114 milliseconds

1 2