Searched defs:pred_stride (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
H A Ddc_only_idct_add_neon.c16 int pred_stride,
30 pred_ptr += pred_stride;
32 pred_ptr += pred_stride;
13 vp8_dc_only_idct_add_neon( int16_t input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
H A Dshortidct4x4llm_neon.c19 int pred_stride,
109 pred_ptr += pred_stride;
111 pred_ptr += pred_stride;
16 vp8_short_idct4x4llm_neon( int16_t *input, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
/external/libvpx/libvpx/vpx_dsp/
H A Dsubtract.c22 const uint8_t *pred, ptrdiff_t pred_stride) {
30 pred += pred_stride;
39 const uint8_t *pred8, ptrdiff_t pred_stride,
52 pred += pred_stride;
19 vpx_subtract_block_c(int rows, int cols, int16_t *diff, ptrdiff_t diff_stride, const uint8_t *src, ptrdiff_t src_stride, const uint8_t *pred, ptrdiff_t pred_stride) argument
36 vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff, ptrdiff_t diff_stride, const uint8_t *src8, ptrdiff_t src_stride, const uint8_t *pred8, ptrdiff_t pred_stride, int bd) argument
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsubtract_neon.c19 const uint8_t *pred, ptrdiff_t pred_stride) {
43 pred += pred_stride;
57 pred += pred_stride;
67 pred += pred_stride;
76 pred += pred_stride;
16 vpx_subtract_block_neon(int rows, int cols, int16_t *diff, ptrdiff_t diff_stride, const uint8_t *src, ptrdiff_t src_stride, const uint8_t *pred, ptrdiff_t pred_stride) argument
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c30 int pred_stride, unsigned char *dst_ptr,
109 pred_ptr += pred_stride;
114 int pred_stride, unsigned char *dst_ptr,
136 pred_ptr += pred_stride;
29 vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
113 vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
H A Dreconintra.c87 int pred_stride)
110 fn(upred_ptr, pred_stride, uabove_row, uleft_col);
111 fn(vpred_ptr, pred_stride, vabove_row, vleft_col);
79 vp8_build_intra_predictors_mbuv_s(MACROBLOCKD *x, unsigned char * uabove_row, unsigned char * vabove_row, unsigned char * uleft, unsigned char * vleft, int left_stride, unsigned char * upred_ptr, unsigned char * vpred_ptr, int pred_stride) argument
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsubtract_msa.c15 const uint8_t *pred_ptr, int32_t pred_stride,
25 LW4(pred_ptr, pred_stride, pred0, pred1, pred2, pred3);
34 const uint8_t *pred_ptr, int32_t pred_stride,
46 LD2(pred_ptr, pred_stride, pred0, pred1);
47 pred_ptr += (2 * pred_stride);
59 const uint8_t *pred, int32_t pred_stride,
71 LD_SB8(pred, pred_stride,
73 pred += (8 * pred_stride);
118 const uint8_t *pred, int32_t pred_stride,
137 pred += pred_stride;
14 sub_blk_4x4_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *pred_ptr, int32_t pred_stride, int16_t *diff_ptr, int32_t diff_stride) argument
33 sub_blk_8x8_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *pred_ptr, int32_t pred_stride, int16_t *diff_ptr, int32_t diff_stride) argument
58 sub_blk_16x16_msa(const uint8_t *src, int32_t src_stride, const uint8_t *pred, int32_t pred_stride, int16_t *diff, int32_t diff_stride) argument
117 sub_blk_32x32_msa(const uint8_t *src, int32_t src_stride, const uint8_t *pred, int32_t pred_stride, int16_t *diff, int32_t diff_stride) argument
179 sub_blk_64x64_msa(const uint8_t *src, int32_t src_stride, const uint8_t *pred, int32_t pred_stride, int16_t *diff, int32_t diff_stride) argument
229 vpx_subtract_block_msa(int32_t rows, int32_t cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8_t *src_ptr, ptrdiff_t src_stride, const uint8_t *pred_ptr, ptrdiff_t pred_stride) argument
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c43 int pred_stride, unsigned char *dst_ptr,
208 pred_ptr += pred_stride;
212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
243 "add %[pred_ptr], %[pred_ptr], %[pred_stride] \n\t"
249 : [dst_stride] "r" (dst_stride), [pred_stride] "r" (pred_stride), [vector_a1] "r" (vector_a1)
268 "add %[pred_ptr], %[pred_ptr], %[pred_stride] \n\t"
274 : [dst_stride] "r" (dst_stride), [pred_stride] "r" (pred_stride), [vector_a1] "r" (vector_a1)
42 vp8_short_idct4x4llm_dspr2(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Didct_msa.c87 int32_t pred_stride,
106 LD_SB4(pred, pred_stride, pred0, pred1, pred2, pred3);
123 int32_t pred_stride,
134 LD_SB4(pred, pred_stride, pred0, pred1, pred2, pred3);
312 int32_t pred_stride, uint8_t *dst_ptr,
315 idct4x4_addblk_msa(input, pred_ptr, pred_stride, dst_ptr, dst_stride);
319 int32_t pred_stride, uint8_t *dst_ptr,
322 idct4x4_addconst_msa(input_dc, pred_ptr, pred_stride, dst_ptr, dst_stride);
86 idct4x4_addblk_msa(int16_t *input, uint8_t *pred, int32_t pred_stride, uint8_t *dest, int32_t dest_stride) argument
122 idct4x4_addconst_msa(int16_t in_dc, uint8_t *pred, int32_t pred_stride, uint8_t *dest, int32_t dest_stride) argument
311 vp8_short_idct4x4llm_msa(int16_t *input, uint8_t *pred_ptr, int32_t pred_stride, uint8_t *dst_ptr, int32_t dst_stride) argument
318 vp8_dc_only_idct_add_msa(int16_t input_dc, uint8_t *pred_ptr, int32_t pred_stride, uint8_t *dst_ptr, int32_t dst_stride) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c35 unsigned char *vpred, int pred_stride) {
39 vpx_subtract_block(8, 8, udiff, 8, usrc, src_stride, upred, pred_stride);
40 vpx_subtract_block(8, 8, vdiff, 8, vsrc, src_stride, vpred, pred_stride);
44 unsigned char *pred, int pred_stride) {
45 vpx_subtract_block(16, 16, diff, 16, src, src_stride, pred, pred_stride);
33 vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride) argument
43 vp8_subtract_mby(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride) argument

Completed in 153 milliseconds