Searched refs:alt_is_last (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h335 int alt_is_last; member in struct:VP8_COMP
H A Donyx_if.c1879 cpi->alt_is_last = 0 ;
4927 cpi->alt_is_last = 1;
4930 cpi->alt_is_last = 0;
4944 if (cpi->alt_is_last)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h308 int alt_is_last; // Alt same as last ( short circuit altref search) member in struct:VP9_COMP
H A Dvp9_onyx_if.c1149 cpi->alt_is_last = 0;
2420 cpi->alt_is_last = 1;
2422 cpi->alt_is_last = 0;
2437 if (cpi->alt_is_last)
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h338 int alt_is_last; member in struct:VP8_COMP
H A Donyx_if.c1842 cpi->alt_is_last = 0 ;
4711 cpi->alt_is_last = 1;
4714 cpi->alt_is_last = 0;
4728 if (cpi->alt_is_last)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1961 const int alt_is_last = map[cpi->alt_fb_idx] == map[cpi->lst_fb_idx]; local
1971 if (alt_is_last)

Completed in 1062 milliseconds