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

1 2

  /external/libvpx/libvpx/vp8/encoder/
quantize.h 19 struct macroblock;
20 extern void vp8_quantize_mb(struct macroblock *x);
21 extern void vp8_quantize_mby(struct macroblock *x);
22 extern void vp8_quantize_mbuv(struct macroblock *x);
25 extern void vp8_update_zbin_extra(struct VP8_COMP *cpi, struct macroblock *x);
26 extern void vp8cx_mb_init_quantizer(struct VP8_COMP *cpi, struct macroblock *x,
encodeframe.h 20 struct macroblock;
22 void vp8_activity_masking(struct VP8_COMP *cpi, MACROBLOCK *x);
24 void vp8_build_block_offsets(struct macroblock *x);
26 void vp8_setup_block_ptrs(struct macroblock *x);
30 int vp8cx_encode_inter_macroblock(struct VP8_COMP *cpi, struct macroblock *x,
34 int vp8cx_encode_intra_macroblock(struct VP8_COMP *cpi, struct macroblock *x,
ethreading.h 21 struct macroblock;
23 void vp8cx_init_mbrthread_data(struct VP8_COMP *cpi, struct macroblock *x,
block.h 62 typedef struct macroblock { struct
75 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */
162 } MACROBLOCK;
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.h 21 struct macroblock;
24 void vp9_caq_select_segment(struct VP9_COMP *cpi, struct macroblock *,
vp9_rdopt.h 25 struct macroblock;
28 void vp9_rd_pick_intra_mode_sb(struct VP9_COMP *cpi, struct macroblock *x,
34 struct macroblock *x, int mi_row, int mi_col,
39 struct VP9_COMP *cpi, struct TileDataEnc *tile_data, struct macroblock *x,
50 struct macroblock *x, int mi_row, int mi_col,
vp9_encodeframe.h 20 struct macroblock;
32 void vp9_setup_src_planes(struct macroblock *x,
vp9_block.h 64 typedef struct macroblock MACROBLOCK;
65 struct macroblock { struct
vp9_mcomp.h 49 int vp9_get_mvpred_var(const MACROBLOCK *x, const MV *best_mv,
52 int vp9_get_mvpred_av_var(const MACROBLOCK *x, const MV *best_mv,
61 int vp9_refining_search_sad(const struct macroblock *x, struct mv *ref_mv,
68 MACROBLOCK *x, BLOCK_SIZE bsize,
72 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,
87 typedef int (*vp9_full_search_fn_t)(const MACROBLOCK *x, const MV *ref_mv,
92 typedef int (*vp9_refining_search_fn_t)(const MACROBLOCK *x, MV *ref_mv,
98 const MACROBLOCK *x, const search_site_config *cfg, MV *ref_mv, MV *best_mv,
102 int vp9_refining_search_8p_c(const MACROBLOCK *x, MV *ref_mv, int error_per_bit,
109 int vp9_full_pixel_search(struct VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize
    [all...]
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 21 struct macroblock;
90 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
91 int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
98 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
133 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
134 int vp8_mbblock_error_msa(struct macroblock *mb, int dc);
137 int vp8_mbuverror_c(struct macroblock *mb);
138 int vp8_mbuverror_msa(struct macroblock *mb);
141 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
142 int vp8_refining_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct (…)
    [all...]
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 21 struct macroblock;
90 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
91 int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
98 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
133 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
134 int vp8_mbblock_error_msa(struct macroblock *mb, int dc);
137 int vp8_mbuverror_c(struct macroblock *mb);
138 int vp8_mbuverror_msa(struct macroblock *mb);
141 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
142 int vp8_refining_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct (…)
    [all...]
  /external/libvpx/config/x86/
vp8_rtcd.h 21 struct macroblock;
106 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
107 int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
126 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
127 int vp8_full_search_sadx3(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
162 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
163 int vp8_mbblock_error_sse2(struct macroblock *mb, int dc);
166 int vp8_mbuverror_c(struct macroblock *mb);
167 int vp8_mbuverror_sse2(struct macroblock *mb);
170 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct (…)
    [all...]
  /external/libvpx/config/x86_64/
vp8_rtcd.h 21 struct macroblock;
106 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
107 int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
126 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
127 int vp8_full_search_sadx3(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
162 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
163 int vp8_mbblock_error_sse2(struct macroblock *mb, int dc);
166 int vp8_mbuverror_c(struct macroblock *mb);
167 int vp8_mbuverror_sse2(struct macroblock *mb);
170 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct (…)
    [all...]
  /external/libvpx/config/arm/
vp8_rtcd.h 21 struct macroblock;
75 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
81 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
108 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
111 int vp8_mbuverror_c(struct macroblock *mb);
114 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
vp9_rtcd.h 23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv);
  /external/libvpx/config/generic/
vp8_rtcd.h 21 struct macroblock;
75 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
81 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
108 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
111 int vp8_mbuverror_c(struct macroblock *mb);
114 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
vp9_rtcd.h 23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv);
  /external/libvpx/config/mips32/
vp8_rtcd.h 21 struct macroblock;
75 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
81 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
108 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
111 int vp8_mbuverror_c(struct macroblock *mb);
114 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
vp9_rtcd.h 23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv);
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 21 struct macroblock;
82 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
88 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
119 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
122 int vp8_mbuverror_c(struct macroblock *mb);
125 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  /external/libvpx/config/mips64/
vp8_rtcd.h 21 struct macroblock;
75 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
81 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
108 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
111 int vp8_mbuverror_c(struct macroblock *mb);
114 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 21 struct macroblock;
89 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
96 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
131 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
134 int vp8_mbuverror_c(struct macroblock *mb);
137 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
vp9_rtcd.h 23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv);
  /external/libvpx/config/arm64/
vp8_rtcd.h 21 struct macroblock;
89 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
96 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
131 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
134 int vp8_mbuverror_c(struct macroblock *mb);
137 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
vp9_rtcd.h 23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv);

Completed in 452 milliseconds

1 2