OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_fast_coef_updates
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
290
int
use_fast_coef_updates
; // 0: 2-loop, 1: 1-loop, 2: 1-loop reduced
member in struct:__anon23089
vp9_bitstream.c
721
switch (cpi->sf.
use_fast_coef_updates
) {
809
(cpi->sf.
use_fast_coef_updates
== 2 ?
812
(cpi->sf.
use_fast_coef_updates
== 2 ?
[
all
...]
vp9_onyx_if.c
756
sf->
use_fast_coef_updates
= 0;
874
sf->
use_fast_coef_updates
= 2;
907
sf->
use_fast_coef_updates
= 2;
946
sf->
use_fast_coef_updates
= 2;
[
all
...]
Completed in 1333 milliseconds