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

1 2 3 4

  /external/libvpx/libvpx/vp8/decoder/
detokenize.h 20 void vp8_reset_mb_tokens_context(MACROBLOCKD *x);
21 int vp8_decode_mb_tokens(VP8D_COMP *, MACROBLOCKD *);
error_concealment.h 34 void vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col,
decoderthreading.h 19 void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
onyxd_int.h 34 typedef struct { MACROBLOCKD mbd; } MB_ROW_DEC;
55 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
122 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
  /external/libvpx/libvpx/vp8/common/
reconinter.h 18 extern void vp8_build_inter_predictors_mb(MACROBLOCKD *x);
20 MACROBLOCKD *x, unsigned char *dst_y, unsigned char *dst_u,
23 extern void vp8_build_inter16x16_predictors_mby(MACROBLOCKD *x,
30 extern void vp8_build_inter16x16_predictors_mbuv(MACROBLOCKD *x);
31 extern void vp8_build_inter4x4_predictors_mbuv(MACROBLOCKD *x);
reconintra.h 20 void vp8_build_intra_predictors_mby_s(MACROBLOCKD *x, unsigned char *yabove_row,
25 MACROBLOCKD *x, unsigned char *uabove_row, unsigned char *vabove_row,
reconintra4x4.h 19 static INLINE void intra_prediction_down_copy(MACROBLOCKD *xd,
mbpitch.c 13 void vp8_setup_block_dptrs(MACROBLOCKD *x) {
43 void vp8_build_block_doffsets(MACROBLOCKD *x) {
invtrans.h 36 static INLINE void vp8_inverse_transform_mby(MACROBLOCKD *xd) {
blockd.h 202 typedef struct macroblockd { struct
293 } MACROBLOCKD;
295 extern void vp8_build_block_doffsets(MACROBLOCKD *x);
296 extern void vp8_setup_block_dptrs(MACROBLOCKD *x);
findnearmv.c 23 void vp8_find_near_mvs(MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest,
122 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd) {
129 int vp8_find_near_mvs_bias(MACROBLOCKD *xd, const MODE_INFO *here,
findnearmv.h 34 static INLINE void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd) {
72 void vp8_find_near_mvs(MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest,
76 int vp8_find_near_mvs_bias(MACROBLOCKD *xd, const MODE_INFO *here,
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 41 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) {
51 const MACROBLOCKD *xd) {
55 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) {
64 const MACROBLOCKD *xd) {
69 static INLINE int get_pred_context_switchable_interp(const MACROBLOCKD *xd) {
97 static INLINE int get_intra_inter_context(const MACROBLOCKD *xd) {
114 const MACROBLOCKD *xd) {
118 int vp9_get_reference_mode_context(const VP9_COMMON *cm, const MACROBLOCKD *xd);
121 const MACROBLOCKD *xd) {
126 const MACROBLOCKD *xd)
    [all...]
vp9_reconintra.h 23 void vp9_predict_intra_block(const MACROBLOCKD *xd, int bwl_in, TX_SIZE tx_size,
vp9_reconinter.h 48 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, int bw,
51 void vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col,
54 void vp9_build_inter_predictors_sbp(MACROBLOCKD *xd, int mi_row, int mi_col,
57 void vp9_build_inter_predictors_sbuv(MACROBLOCKD *xd, int mi_row, int mi_col,
60 void vp9_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col,
98 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx,
vp9_blockd.h 82 // MACROBLOCKD::block_ref[idx] is an altref
145 typedef struct macroblockd { struct
196 } MACROBLOCKD;
210 const MACROBLOCKD *xd) {
220 const MACROBLOCKD *xd, int ib) {
229 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
245 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) {
272 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
275 void vp9_foreach_transformed_block(const MACROBLOCKD *const xd,
280 void vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd
    [all...]
vp9_mvref_common.h 216 static INLINE void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
287 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) {
303 void vp9_find_mv_refs(const VP9_COMMON *cm, const MACROBLOCKD *xd,
311 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist,
314 void vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd, int block,
vp9_blockd.c 38 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
77 void vp9_foreach_transformed_block(const MACROBLOCKD *const xd,
87 void vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd,
124 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) {
vp9_scan.h 42 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size,
vp9_onyxc_int.h 114 // TODO(hkuang): Combine this with cur_buf in macroblockd.
309 MACROBLOCKD *const xd) {
316 static INLINE void vp9_init_macroblockd(VP9_COMMON *cm, MACROBLOCKD *xd,
341 static INLINE const vpx_prob *get_partition_probs(const MACROBLOCKD *xd,
346 static INLINE void set_skip_context(MACROBLOCKD *xd, int mi_row, int mi_col) {
362 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile,
375 static INLINE void update_partition_context(MACROBLOCKD *xd, int mi_row,
391 static INLINE int partition_plane_context(const MACROBLOCKD *xd, int mi_row,
  /external/libvpx/libvpx/vp8/encoder/
tokenize.h 35 int rd_cost_mby(MACROBLOCKD *);
encodeintra.c 74 MACROBLOCKD *xd = &mb->e_mbd;
83 MACROBLOCKD *xd = &x->e_mbd;
100 MACROBLOCKD *xd = &x->e_mbd;
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.h 42 void vp9_choose_segmap_coding_method(VP9_COMMON *cm, MACROBLOCKD *xd);
vp9_bitstream.h 31 DECLARE_ALIGNED(16, MACROBLOCKD, xd);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 40 DECLARE_ALIGNED(16, MACROBLOCKD, xd);
47 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
55 // TODO(hkuang): Combine this with cur_buf in macroblockd as they are

Completed in 890 milliseconds

1 2 3 4