OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pred_ptr
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/vp8/common/
idctllm.c
28
void vp8_short_idct4x4llm_c(short *input, unsigned char *
pred_ptr
,
96
int a = ip[c] +
pred_ptr
[c] ;
108
pred_ptr
+= pred_stride;
112
void vp8_dc_only_idct_add_c(short input_dc, unsigned char *
pred_ptr
,
123
int a = a1 +
pred_ptr
[c] ;
135
pred_ptr
+= pred_stride;
reconinter.c
129
unsigned char *
pred_ptr
= d->predictor;
local
135
sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7,
pred_ptr
, pitch);
141
pred_ptr
[0] = ptr[0];
142
pred_ptr
[1] = ptr[1];
143
pred_ptr
[2] = ptr[2];
144
pred_ptr
[3] = ptr[3];
145
pred_ptr
+= pitch;
/external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c
60
void recon_b_ppc(short *diff_ptr, unsigned char *
pred_ptr
, unsigned char *dst_ptr, int stride);
61
void recon2b_ppc(short *diff_ptr, unsigned char *
pred_ptr
, unsigned char *dst_ptr, int stride);
62
void recon4b_ppc(short *diff_ptr, unsigned char *
pred_ptr
, unsigned char *dst_ptr, int stride);
80
void vp8_recon_b_c(short *diff_ptr, unsigned char *
pred_ptr
, unsigned char *dst_ptr, int stride);
81
void vp8_recon2b_c(short *diff_ptr, unsigned char *
pred_ptr
, unsigned char *dst_ptr, int stride);
82
void vp8_recon4b_c(short *diff_ptr, unsigned char *
pred_ptr
, unsigned char *dst_ptr, int stride);
recon_altivec.asm
34
;# r4 = unsigned char *
pred_ptr
,
82
;# r4 = unsigned char *
pred_ptr
,
122
;# r4 = unsigned char *
pred_ptr
,
/external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c
42
void vp8_short_idct4x4llm_dspr2(short *input, unsigned char *
pred_ptr
,
202
short a = ip[c] +
pred_ptr
[c] ;
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)
242
"lw %[t2], 0(%[
pred_ptr
]) \n\t"
243
"add %[
pred_ptr
], %[
pred_ptr
], %[pred_stride] \n\t"
248
[dst_ptr] "+&r" (dst_ptr), [
pred_ptr
] "+&r" (
pred_ptr
)
267
"lw %[t2], 0(%[
pred_ptr
]) \n\t
[
all
...]
/external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm
14
;void vp8_dc_only_idct_add_c(short input_dc, unsigned char *
pred_ptr
,
18
; r1
pred_ptr
/external/libvpx/libvpx/test/
idct_test.cc
21
typedef void (*idct_fn_t)(int16_t *input, unsigned char *
pred_ptr
,
vp9_subtract_test.cc
25
const uint8_t *
pred_ptr
, ptrdiff_t pred_stride);
/external/libvpx/libvpx/vp8/encoder/
encodemb.c
26
unsigned char *
pred_ptr
= bd->predictor;
local
35
diff_ptr[c] = src_ptr[c] -
pred_ptr
[c];
39
pred_ptr
+= pitch;
/external/libvpx/libvpx/vp8/common/x86/
idctllm_mmx.asm
223
;unsigned char *
pred_ptr
,
236
mov rax, arg(1) ;
pred_ptr
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
31
const uint8_t *
pred_ptr
, ptrdiff_t pred_stride) {
36
diff_ptr[c] = src_ptr[c] -
pred_ptr
[c];
39
pred_ptr
+= pred_stride;
Completed in 70 milliseconds