HomeSort by relevance Sort by last modified time
    Searched full:blockd (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/libvpx/libvpx/vp8/common/arm/
dequantize_arm.c 13 #include "vp8/common/blockd.h"
25 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC)
35 void vp8_dequantize_b_v6(BLOCKD *d, short *DQC)
reconintra_arm.c 14 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 45 BLOCKD *d,
57 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
70 BLOCKD *d,
83 BLOCKD *d,
96 BLOCKD *d,
asm_enc_offsets.c 15 #include "vp8/common/blockd.h"
32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
33 DEFINE(vp8_blockd_dequant, offsetof(BLOCKD, dequant));
34 DEFINE(vp8_blockd_dqcoeff, offsetof(BLOCKD, dqcoeff));
35 DEFINE(vp8_blockd_eob, offsetof(BLOCKD, eob));
43 DEFINE(vp8_blockd_predictor, offsetof(BLOCKD, predictor));
block.h 16 #include "vp8/common/blockd.h"
142 void (*quantize_b)(BLOCK *b, BLOCKD *d);
143 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
segmentation.h 13 #include "vp8/common/blockd.h"
modecosts.c 12 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_ssse3.asm 17 ; BLOCKD *d) | 1
39 mov rsi, arg(1) ; BLOCKD *d
43 mov rsi, rdx ; BLOCKD *d
46 ;mov rsi, rsi ; BLOCKD *d
quantize_sse2.asm 17 ; BLOCKD *d) | 1
47 mov rsi, arg(1) ; BLOCKD *d
51 mov rsi, rdx ; BLOCKD *d
54 ;mov rsi, rsi ; BLOCKD *d
241 ; BLOCKD *d) | 1
265 mov rsi, arg(1) ; BLOCKD *d
269 mov rsi, rdx ; BLOCKD *d
272 ;mov rsi, rsi ; BLOCKD *d
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
  /external/libvpx/libvpx/vp8/common/
dequantize.c 14 #include "vp8/common/blockd.h"
17 void vp8_dequantize_b_c(BLOCKD *d, short *DQC)
blockd.c 12 #include "blockd.h"
quant_common.h 13 #include "blockd.h"
reconinter.h 27 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
reconintra4x4.h 14 #include "vp8/common/blockd.h"
invtrans.h 17 #include "blockd.h"
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)
155 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride)
170 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride)
185 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)
293 BLOCKD *d0 = &x->block[i];
294 BLOCKD *d1 = &x->block[i+1];
308 BLOCKD *d0 = &x->block[i];
309 BLOCKD *d1 = &x->block[i+1];
451 BLOCKD *b
    [all...]
  /external/libvpx/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-neon/
vpx_rtcd.h 10 #include "vp8/common/blockd.h"
12 struct blockd;
23 void vp8_dequantize_b_c(struct blockd*, short *dqc);
24 void vp8_dequantize_b_v6(struct blockd*, short *dqc);
25 void vp8_dequantize_b_neon(struct blockd*, short *dqc);
317 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
320 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
321 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *);
322 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
325 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2)
    [all...]
  /external/libvpx/generic/
vpx_rtcd.h 10 #include "vp8/common/blockd.h"
12 struct blockd;
23 void vp8_dequantize_b_c(struct blockd*, short *dqc);
233 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
236 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
239 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
242 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
263 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch)
    [all...]
  /external/libvpx/mips/
vpx_rtcd.h 10 #include "vp8/common/blockd.h"
12 struct blockd;
23 void vp8_dequantize_b_c(struct blockd*, short *dqc);
233 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
236 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
239 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
242 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
263 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch)
    [all...]
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 10 #include "vp8/common/blockd.h"
12 struct blockd;
23 void vp8_dequantize_b_c(struct blockd*, short *dqc);
251 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
254 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
257 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
260 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
281 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch)
    [all...]
  /external/libvpx/libvpx/test/
subtract_test.cc 16 #include "vp8/common/blockd.h"
21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
32 BLOCKD bd;
  /external/libvpx/armv7a/
vpx_rtcd.h 10 #include "vp8/common/blockd.h"
12 struct blockd;
23 void vp8_dequantize_b_c(struct blockd*, short *dqc);
24 void vp8_dequantize_b_v6(struct blockd*, short *dqc);
272 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
275 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
276 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *);
279 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
282 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2)
    [all...]

Completed in 1481 milliseconds

1 2 3