/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)
|
/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,
|
vp8_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" 157 void (*quantize_b)(BLOCK *b, BLOCKD *d); 158 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
|
quantize.c | 22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) 70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) 106 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) 159 void vp8_strict_quantize_b_c(BLOCK *b, BLOCKD *d) 218 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) 305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) 311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) 656 /*TODO: Remove dequant from BLOCKD. This is a temporary solution unti [all...] |
encodeintra.c | 54 BLOCKD *b = &x->e_mbd.block[ib];
|
encodemb.c | 22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) 228 BLOCKD *d; 473 BLOCKD *bd = &x->block[24];
|
mcomp.c | 203 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, 357 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, 668 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, 849 BLOCKD *d, 1038 BLOCKD *d, [all...] |
rdopt.c | 426 BLOCKD *bd; 453 BLOCKD *bd; 521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) 585 BLOCKD *const x_y2 = x->block + 24; 635 BLOCKD *b, 963 Ones from this macroblock have to be pulled from the BLOCKD array 970 BLOCKD *const d = xd->block + i; 1060 BLOCKD *bd = &x->e_mbd.block[i]; 1190 BLOCKD *e; [all...] |
pickinter.c | 43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, 71 BLOCKD *d = &mb->e_mbd.block[0]; 120 static int get_prediction_error(BLOCK *be, BLOCKD *b) 141 BLOCKD *b = &x->e_mbd.block[ib]; 572 BLOCKD *d = &x->e_mbd.block[0]; [all...] |
tokenize.c | 114 const BLOCKD *b; 201 const BLOCKD *b;
|
/external/libvpx/libvpx/vp8/common/ |
reconinter.h | 27 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
|
dequantize.c | 14 #include "vp8/common/blockd.h" 17 void vp8_dequantize_b_c(BLOCKD *d, short *DQC)
|
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...] |
blockd.h | 192 typedef struct blockd struct 203 } BLOCKD; 220 BLOCKD block[25];
|
/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/libvpx/vp8/encoder/x86/ |
vp8_enc_stubs_sse2.c | 36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
|
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
|
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
|
quantize_sse2.c | 36 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d) 146 void vp8_fast_quantize_b_sse2(BLOCK *b, BLOCKD *d)
|
/external/libvpx/libvpx/test/ |
subtract_test.cc | 18 #include "vp8/common/blockd.h" 23 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch); 39 BLOCKD bd;
|
/external/libvpx/libvpx/vp8/common/x86/ |
idct_blk_mmx.c | 13 #include "vp8/common/blockd.h" 17 void vp8_dequantize_b_mmx(BLOCKD *d, short *DQC)
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 23 ;vp8_fast_quantize_b_pair_neon(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2); 155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_quantize_b_armv6.asm | 23 ; r1 BLOCKD *d 105 ldr r11, [sp, #0] ; restore BLOCKD pointer
|