OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fps_ptr
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
smp-imps.c
463
imps_bad_bios (imps_fps *
fps_ptr
)
467
= (imps_cth *) PHYS_TO_VIRTUAL (
fps_ptr
->cth_ptr);
469
if (
fps_ptr
->feature_info[0] > IMPS_FPS_DEFAULT_MAX)
472
fps_ptr
->feature_info[0]));
476
if (
fps_ptr
->cth_ptr)
484
(unsigned) (
fps_ptr
->cth_ptr), sum));
487
if (local_cth_ptr->spec_rev !=
fps_ptr
->spec_rev)
506
else if (!
fps_ptr
->feature_info[0])
517
imps_read_bios (imps_fps *
fps_ptr
)
522
= (imps_cth *) PHYS_TO_VIRTUAL (
fps_ptr
->cth_ptr)
654
imps_fps *
fps_ptr
= (imps_fps *) PHYS_TO_VIRTUAL (start);
local
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
101
FIRSTPASS_STATS *
fps_ptr
= cpi->twopass.stats_in;
local
106
if ( &
fps_ptr
[offset] >= cpi->twopass.stats_in_end )
111
if ( &
fps_ptr
[offset] < cpi->twopass.stats_in_start )
115
*frame_stats =
fps_ptr
[offset];
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
99
FIRSTPASS_STATS *
fps_ptr
= cpi->twopass.stats_in;
local
103
if (&
fps_ptr
[offset] >= cpi->twopass.stats_in_end)
106
if (&
fps_ptr
[offset] < cpi->twopass.stats_in_start)
110
*frame_stats =
fps_ptr
[offset];
[
all
...]
Completed in 270 milliseconds