Searched refs:MACROBLOCK (Results 1 - 25 of 105) sorted by relevance

12345

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.h20 void vp8_encode_inter16x16(MACROBLOCK *x);
22 void vp8_build_dcblock(MACROBLOCK *b);
23 void vp8_transform_mb(MACROBLOCK *mb);
24 void vp8_transform_mbuv(MACROBLOCK *x);
25 void vp8_transform_intra_mby(MACROBLOCK *x);
27 void vp8_optimize_mby(MACROBLOCK *x);
28 void vp8_optimize_mbuv(MACROBLOCK *x);
29 void vp8_encode_inter16x16y(MACROBLOCK *x);
H A Dencodeintra.h20 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred);
21 void vp8_encode_intra16x16mby(MACROBLOCK *x);
22 void vp8_encode_intra16x16mbuv(MACROBLOCK *x);
23 void vp8_encode_intra4x4mby(MACROBLOCK *mb);
24 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib);
H A Dencodeframe.h16 extern void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
18 extern void vp8_build_block_offsets(MACROBLOCK *x);
20 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
24 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
29 extern int vp8cx_encode_intra_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
H A Dpickinter.h21 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
25 extern void vp8_pick_intra_mode(MACROBLOCK *x, int *rate);
27 extern int vp8_get_inter_mbpred_error(MACROBLOCK *mb,
H A Dsegmentation.h22 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
H A Dmcomp.h41 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
42 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
47 MACROBLOCK *x,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
72 MACROBLOCK *x,
85 MACROBLOCK *x,
98 MACROBLOCK *x,
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.h20 void vp8_encode_inter16x16(MACROBLOCK *x);
22 void vp8_build_dcblock(MACROBLOCK *b);
23 void vp8_transform_mb(MACROBLOCK *mb);
24 void vp8_transform_mbuv(MACROBLOCK *x);
25 void vp8_transform_intra_mby(MACROBLOCK *x);
27 void vp8_optimize_mby(MACROBLOCK *x);
28 void vp8_optimize_mbuv(MACROBLOCK *x);
29 void vp8_encode_inter16x16y(MACROBLOCK *x);
H A Dencodeintra.h20 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred);
21 void vp8_encode_intra16x16mby(MACROBLOCK *x);
22 void vp8_encode_intra16x16mbuv(MACROBLOCK *x);
23 void vp8_encode_intra4x4mby(MACROBLOCK *mb);
24 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib);
H A Dencodeframe.h16 extern void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
18 extern void vp8_build_block_offsets(MACROBLOCK *x);
20 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
24 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
29 extern int vp8cx_encode_intra_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
H A Dpickinter.h21 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
25 extern void vp8_pick_intra_mode(MACROBLOCK *x, int *rate);
27 extern int vp8_get_inter_mbpred_error(MACROBLOCK *mb,
H A Dsegmentation.h22 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
H A Dmcomp.h41 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
42 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
47 MACROBLOCK *x,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
72 MACROBLOCK *x,
85 MACROBLOCK *x,
98 MACROBLOCK *x,
H A Ddenoising.h40 MACROBLOCK *x,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.h23 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
24 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
26 void vp9_xform_quant(MACROBLOCK *x, int plane, int block,
29 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
31 void vp9_encode_block_intra(MACROBLOCK *x, int plane, int block,
35 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
37 int vp9_encode_intra(MACROBLOCK *x, int use_16x16_pred);
H A Dvp9_mcomp.h35 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv);
40 int vp9_get_mvpred_var(const MACROBLOCK *x,
44 int vp9_get_mvpred_av_var(const MACROBLOCK *x,
49 void vp9_init_dsmotion_compensation(MACROBLOCK *x, int stride);
50 void vp9_init3smotion_compensation(MACROBLOCK *x, int stride);
56 int vp9_full_pixel_diamond(const struct VP9_COMP *cpi, MACROBLOCK *x,
63 const MACROBLOCK *x,
80 const MACROBLOCK *x,
95 const MACROBLOCK *x,
109 typedef int (*vp9_full_search_fn_t)(const MACROBLOCK *
[all...]
H A Dvp9_pickmode.h20 int64_t vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
H A Dvp9_aq_variance.h28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
H A Dvp9_rdopt.h43 int vp9_get_switchable_rate(const MACROBLOCK *x);
45 void vp9_setup_buffer_inter(VP9_COMP *cpi, MACROBLOCK *x,
57 void vp9_rd_pick_intra_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
61 int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
70 int64_t vp9_rd_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.h23 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
24 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
25 void vp9_xform_quant_fp(MACROBLOCK *x, int plane, int block,
27 void vp9_xform_quant_dc(MACROBLOCK *x, int plane, int block,
29 void vp9_xform_quant(MACROBLOCK *x, int plane, int block,
32 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
34 void vp9_encode_block_intra(MACROBLOCK *x, int plane, int block,
38 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
H A Dvp9_pickmode.h20 void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
H A Dvp9_mcomp.h49 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv);
54 int vp9_get_mvpred_var(const MACROBLOCK *x,
58 int vp9_get_mvpred_av_var(const MACROBLOCK *x,
70 int vp9_full_pixel_diamond(const struct VP9_COMP *cpi, MACROBLOCK *x,
77 const MACROBLOCK *x,
95 const MACROBLOCK *x,
111 typedef int (*vp9_full_search_fn_t)(const MACROBLOCK *x,
117 typedef int (*vp9_refining_search_fn_t)(const MACROBLOCK *x,
123 typedef int (*vp9_diamond_search_fn_t)(const MACROBLOCK *x,
131 int vp9_refining_search_8p_c(const MACROBLOCK *
[all...]
H A Dvp9_aq_variance.h28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c18 int vp8_mbblock_error_xmm(MACROBLOCK *mb, int dc)
26 int vp8_mbuverror_xmm(MACROBLOCK *mb)
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c18 int vp8_mbblock_error_xmm(MACROBLOCK *mb, int dc)
26 int vp8_mbuverror_xmm(MACROBLOCK *mb)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/
H A Dquantize_arm.c26 void vp8_quantize_mby_neon(MACROBLOCK *x)
40 void vp8_quantize_mb_neon(MACROBLOCK *x)
55 void vp8_quantize_mbuv_neon(MACROBLOCK *x)

Completed in 417 milliseconds

12345