OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernal_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
576
uint8_t *
kernal_ptr
;
local
580
kernal_ptr
= fp_dn_kernal_3;
589
sum_weight += *
kernal_ptr
;
590
sum_val += (int)tmp_ptr[j] * (int)*
kernal_ptr
;
592
++
kernal_ptr
;
618
uint8_t *
kernal_ptr
;
local
622
kernal_ptr
= fp_dn_kernal_3;
632
sum_weight += *
kernal_ptr
;
633
sum_val += (int)tmp_ptr16[j] * (int)*
kernal_ptr
;
635
++
kernal_ptr
;
[
all
...]
vp9_encoder.c
4160
uint8_t *
kernal_ptr
;
local
4205
uint8_t *
kernal_ptr
;
local
[
all
...]
Completed in 82 milliseconds