HomeSort by relevance Sort by last modified time
    Searched full:blockd (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
  /external/libvpx/armv7a/
vp8_rtcd.h 18 struct blockd;
91 void vp8_dequantize_b_c(struct blockd*, short *dqc);
92 void vp8_dequantize_b_v6(struct blockd*, short *dqc);
95 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);
98 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
99 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *);
102 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
105 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);
169 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 *mvco (…)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 14 struct blockd;
28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
29 void vp8_dequantize_b_v6(struct blockd*, short *dqc);
277 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
280 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
281 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *);
284 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
287 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2)
    [all...]
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 18 struct blockd;
103 void vp8_dequantize_b_c(struct blockd*, short *dqc);
104 void vp8_dequantize_b_v6(struct blockd*, short *dqc);
105 void vp8_dequantize_b_neon(struct blockd*, short *dqc);
108 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);
111 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
112 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *);
113 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
116 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 14 struct blockd;
28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
29 void vp8_dequantize_b_v6(struct blockd*, short *dqc);
30 void vp8_dequantize_b_neon(struct blockd*, short *dqc);
322 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
325 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
326 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *);
327 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
330 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2)
    [all...]
  /external/libvpx/libvpx/test/
subtract_test.cc 17 #include "vp8/common/blockd.h"
21 typedef void (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd;
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 18 struct blockd;
87 void vp8_dequantize_b_c(struct blockd*, short *dqc);
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);
93 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
96 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
99 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);
157 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);
160 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
163 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
subtract_test.cc 17 #include "vp8/common/blockd.h"
21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 14 struct blockd;
28 void vp8_dequantize_b_c(struct blockd*, short *dqc);
256 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
259 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
262 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
265 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
286 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
295 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 *mvco (…)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d)
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
vp8_enc_stubs_sse2.c 36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d)
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
quantize_sse4.asm 17 ; BLOCKD *d) | 1
44 mov rsi, arg(1) ; BLOCKD *d
48 mov rsi, rdx ; BLOCKD *d
51 ;mov rsi, rsi ; BLOCKD *d
vp8_enc_stubs_sse2.c 36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
  /external/libvpx/x86/
vp8_rtcd.h 18 struct blockd;
116 void vp8_dequantize_b_c(struct blockd*, short *dqc);
117 void vp8_dequantize_b_mmx(struct blockd*, short *dqc);
120 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);
123 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
124 void vp8_fast_quantize_b_sse2(struct block *, struct blockd *);
127 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
141 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);
238 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 *mvco (…)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 18 struct blockd;
117 void vp8_dequantize_b_c(struct blockd*, short *dqc);
118 void vp8_dequantize_b_mmx(struct blockd*, short *dqc);
119 RTCD_EXTERN void (*vp8_dequantize_b)(struct blockd*, short *dqc);
121 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);
122 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);
123 RTCD_EXTERN 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);
125 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
126 void vp8_fast_quantize_b_sse2(struct block *, struct blockd *);
127 void vp8_fast_quantize_b_ssse3(struct block *, struct blockd *);
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 14 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/common/
reconinter.c 16 #include "blockd.h"
126 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)
151 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride)
166 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride)
181 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)
285 BLOCKD *d0 = &x->block[i];
286 BLOCKD *d1 = &x->block[i+1];
300 BLOCKD *d0 = &x->block[i];
301 BLOCKD *d1 = &x->block[i+1];
443 BLOCKD *b
    [all...]
reconintra4x4.h 14 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 12 #include "vp8/common/blockd.h"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
reconintra_arm.c 14 #include "vp8/common/blockd.h"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconinter.c 16 #include "blockd.h"
126 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)
151 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride)
166 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride)
181 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)
285 BLOCKD *d0 = &x->block[i];
286 BLOCKD *d1 = &x->block[i+1];
300 BLOCKD *d0 = &x->block[i];
301 BLOCKD *d1 = &x->block[i+1];
443 BLOCKD *b
    [all...]
reconintra4x4.h 14 #include "vp8/common/blockd.h"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
modecosts.c 12 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_mmx.c 13 #include "vp8/common/blockd.h"
18 void vp8_dequantize_b_mmx(BLOCKD *d, short *DQC)

Completed in 215 milliseconds

12 3 4 5 6