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

12

  /external/libvpx/config/mips32-dspr2/
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-msa/
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/mips64/
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/mips64-msa/
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/x86/
vp9_rtcd.h 23 struct macroblock;
42 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/libvpx/vp9/common/
vp9_rtcd_defs.pl 25 struct macroblock;
177 add_proto qw/int vp9_diamond_search_sad/, "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/libvpx/vp9/encoder/
vp9_rd.h 130 struct macroblock;
139 void vp9_initialize_me_consts(struct VP9_COMP *cpi, MACROBLOCK *x, int qindex);
180 static INLINE void set_error_per_bit(MACROBLOCK *x, int rdmult) {
185 void vp9_mv_pred(struct VP9_COMP *cpi, MACROBLOCK *x, uint8_t *ref_y_buffer,
  /external/libvpx/config/x86_64/
vp9_rtcd.h 23 struct macroblock;
42 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/libvpx/vp8/common/
rtcd_defs.pl 23 struct macroblock;
212 add_proto qw/int vp8_mbblock_error/, "struct macroblock *mb, int dc";
215 add_proto qw/int vp8_mbuverror/, "struct macroblock *mb";
221 add_proto qw/int vp8_full_search_sad/, "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";
226 add_proto qw/int vp8_refining_search_sad/, "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";
231 add_proto qw/int vp8_diamond_search_sad/, "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";
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 42 @ * of a 16x16 intra prediction macroblock, and then performs scaling.
  /external/libjpeg-turbo/simd/
jsimd_arm_neon.S     [all...]
jsimd_arm64_neon.S     [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
deblock_sse2.asm 121 movsxd rcx, DWORD PTR arg(6) ;rows in a macroblock

Completed in 774 milliseconds

12