OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_fn_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
1115
vp8_variance_fn_ptr_t *
v_fn_ptr
;
local
1135
v_fn_ptr
= &cpi->fn_ptr[segmentation];
[
all
...]
firstpass.c
451
vp8_variance_fn_ptr_t
v_fn_ptr
= cpi->fn_ptr[BLOCK_16X16];
local
455
v_fn_ptr
.vf = vp8_mse16x16;
465
x->sadperbit16, &num00, &
v_fn_ptr
,
491
&num00, &
v_fn_ptr
, x->mvcost,
[
all
...]
Completed in 21 milliseconds