/external/libvpx/libvpx/vp8/decoder/ |
detokenize.h | 16 void vp8_reset_mb_tokens_context(MACROBLOCKD *x); 17 int vp8_decode_mb_tokens(VP8D_COMP *, MACROBLOCKD *);
|
error_concealment.h | 31 void vp8_interpolate_motion(MACROBLOCKD *mb, 39 void vp8_conceal_corrupt_mb(MACROBLOCKD *xd);
|
decoderthreading.h | 15 void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
|
onyxd_int.h | 34 MACROBLOCKD mbd; 64 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
|
/external/libvpx/libvpx/vp8/common/ |
reconinter.h | 15 extern void vp8_build_inter_predictors_mb(MACROBLOCKD *x); 16 extern void vp8_build_inter16x16_predictors_mb(MACROBLOCKD *x, 24 extern void vp8_build_inter16x16_predictors_mby(MACROBLOCKD *x, 32 extern void vp8_build_inter16x16_predictors_mbuv(MACROBLOCKD *x); 33 extern void vp8_build_inter4x4_predictors_mbuv(MACROBLOCKD *x);
|
reconintra4x4.h | 16 static void intra_prediction_down_copy(MACROBLOCKD *xd,
|
mbpitch.c | 14 void vp8_setup_block_dptrs(MACROBLOCKD *x) 52 void vp8_build_block_doffsets(MACROBLOCKD *x)
|
invtrans.h | 36 static void vp8_inverse_transform_mby(MACROBLOCKD *xd)
|
blockd.h | 207 typedef struct macroblockd struct 294 } MACROBLOCKD; 297 extern void vp8_build_block_doffsets(MACROBLOCKD *x); 298 extern void vp8_setup_block_dptrs(MACROBLOCKD *x);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.h | 19 void vp9_read_mode_info(VP9_COMMON *cm, MACROBLOCKD *xd,
|
vp9_detokenize.h | 18 int vp9_decode_block_tokens(VP9_COMMON *cm, MACROBLOCKD *xd,
|
vp9_onyxd_int.h | 21 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_pred_common.h | 17 static INLINE const MODE_INFO *get_above_mi(const MACROBLOCKD *const xd) { 21 static INLINE const MODE_INFO *get_left_mi(const MACROBLOCKD *const xd) { 28 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) { 39 const MACROBLOCKD *xd) { 43 void vp9_set_pred_flag_seg_id(MACROBLOCKD *xd, uint8_t pred_flag); 45 static INLINE int vp9_get_pred_context_mbskip(const MACROBLOCKD *xd) { 56 const MACROBLOCKD *xd) { 60 static INLINE unsigned char vp9_get_pred_flag_mbskip(const MACROBLOCKD *xd) { 64 unsigned char vp9_get_pred_context_switchable_interp(const MACROBLOCKD *xd); 66 unsigned char vp9_get_pred_context_intra_inter(const MACROBLOCKD *xd) [all...] |
vp9_reconintra.h | 17 void vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in,
|
vp9_mvref_common.h | 17 void vp9_find_mv_refs_idx(const VP9_COMMON *cm, const MACROBLOCKD *xd, 25 static INLINE void vp9_find_mv_refs(const VP9_COMMON *cm, const MACROBLOCKD *xd,
|
vp9_findnearmv.h | 26 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, 30 static void clamp_mv2(MV *mv, const MACROBLOCKD *xd) { 37 void vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd,
|
vp9_reconinter.h | 18 void vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col, 21 void vp9_build_inter_predictors_sbuv(MACROBLOCKD *xd, int mi_row, int mi_col, 24 void vp9_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col, 27 void vp9_setup_interp_filters(MACROBLOCKD *xd, 60 static void setup_dst_planes(MACROBLOCKD *xd, 76 static void setup_pre_planes(MACROBLOCKD *xd, int i, 95 static void set_scale_factors(MACROBLOCKD *xd, int ref0, int ref1,
|
vp9_blockd.h | 188 typedef struct macroblockd { struct 224 } MACROBLOCKD; 237 const MACROBLOCKD *xd, int ib) { 251 const MACROBLOCKD *xd) { 257 const MACROBLOCKD *xd) { 262 static void setup_block_dptrs(MACROBLOCKD *xd, int ss_x, int ss_y) { 305 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, 355 const MACROBLOCKD* const xd, BLOCK_SIZE bsize, 364 const MACROBLOCKD* const xd, BLOCK_SIZE bsize, 412 static void extend_for_intra(MACROBLOCKD *xd, BLOCK_SIZE plane_bsize [all...] |
vp9_reconinter.c | 23 void vp9_setup_interp_filters(MACROBLOCKD *xd, 95 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, 124 static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block, 190 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, 212 void vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col, 216 void vp9_build_inter_predictors_sbuv(MACROBLOCKD *xd, int mi_row, int mi_col, 221 void vp9_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col,
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.h | 31 int vp9_sb_is_skippable(MACROBLOCKD *xd, BLOCK_SIZE bsize); 32 int vp9_is_skippable_in_plane(MACROBLOCKD *xd, BLOCK_SIZE bsize,
|
vp9_tokenize.c | 81 MACROBLOCKD *xd; 90 MACROBLOCKD *const xd = args->xd; 101 MACROBLOCKD *xd = args->xd; 166 MACROBLOCKD *xd; 177 int vp9_sb_is_skippable(MACROBLOCKD *xd, BLOCK_SIZE bsize) { 184 int vp9_is_skippable_in_plane(MACROBLOCKD *xd, BLOCK_SIZE bsize, 195 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
|
/external/libvpx/libvpx/vp8/encoder/ |
tokenize.h | 34 int rd_cost_mby(MACROBLOCKD *);
|
/external/libvpx/libvpx/vp8/common/arm/ |
reconintra_arm.c | 26 void vp8_build_intra_predictors_mby_neon(MACROBLOCKD *x) 46 void vp8_build_intra_predictors_mby_s_neon(MACROBLOCKD *x)
|
/external/libvpx/libvpx/vp8/common/x86/ |
recon_wrapper_sse2.c | 32 static void vp8_build_intra_predictors_mbuv_x86(MACROBLOCKD *x, 71 void vp8_build_intra_predictors_mbuv_s_sse2(MACROBLOCKD *x, 92 void vp8_build_intra_predictors_mbuv_s_ssse3(MACROBLOCKD *x, 128 static void vp8_build_intra_predictors_mby_x86(MACROBLOCKD *x, 163 void vp8_build_intra_predictors_mby_s_sse2(MACROBLOCKD *x, 175 void vp8_build_intra_predictors_mby_s_ssse3(MACROBLOCKD *x,
|
/external/libvpx/libvpx/test/ |
intrapred_test.cc | 37 void SetupMacroblock(MACROBLOCKD *mbptr, 216 MACROBLOCKD *mbptr_; 224 typedef void (*intra_pred_y_fn_t)(MACROBLOCKD *x, 235 mb_ = reinterpret_cast<MACROBLOCKD*>( 236 vpx_memalign(32, sizeof(MACROBLOCKD))); 276 static MACROBLOCKD * mb_; 280 MACROBLOCKD* IntraPredYTest::mb_ = NULL; 302 typedef void (*intra_pred_uv_fn_t)(MACROBLOCKD *x, 316 mb_ = reinterpret_cast<MACROBLOCKD*>( 317 vpx_memalign(32, sizeof(MACROBLOCKD))); [all...] |