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

1 2

  /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,
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);
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)
652 /*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,
358 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
669 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
850 BLOCKD *d,
1039 BLOCKD *d,
    [all...]
rdopt.c 421 BLOCKD *bd;
448 BLOCKD *bd;
516 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l)
580 BLOCKD *const x_y2 = x->block + 24;
630 BLOCKD *b,
958 Ones from this macroblock have to be pulled from the BLOCKD array
965 BLOCKD *const d = xd->block + i;
1055 BLOCKD *bd = &x->e_mbd.block[i];
1185 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_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
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/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/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

Completed in 173 milliseconds

1 2