HomeSort by relevance Sort by last modified time
    Searched refs:use_accurate_subpel_search (Results 1 - 11 of 11) sorted by null

  /external/libaom/libaom/av1/encoder/
mcomp.h 112 int use_accurate_subpel_search, const int do_reset_fractional_mv);
155 int is_second, int use_accurate_subpel_search);
mcomp.c 220 mask_stride, invert_mask, w, h, &sse, use_accurate_subpel_search); \
401 int use_accurate_subpel_search, const int do_reset_fractional_mv) {
414 (void)use_accurate_subpel_search;
474 int use_accurate_subpel_search, const int do_reset_fractional_mv) {
476 (void)use_accurate_subpel_search;
543 int use_accurate_subpel_search, const int do_reset_fractional_mv) {
545 (void)use_accurate_subpel_search;
706 // when use_accurate_subpel_search == 0
731 int use_accurate_subpel_search, const int do_reset_fractional_mv) {
763 if (use_accurate_subpel_search)
    [all...]
speed_features.c 247 sf->use_accurate_subpel_search = USE_4_TAPS;
312 sf->use_accurate_subpel_search = USE_2_TAPS;
474 sf->use_accurate_subpel_search = USE_4_TAPS;
532 sf->use_accurate_subpel_search = USE_2_TAPS;
709 sf->use_accurate_subpel_search = USE_8_TAPS;
    [all...]
speed_features.h 517 SUBPEL_SEARCH_TYPE use_accurate_subpel_search; member in struct:SPEED_FEATURES
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 78 int h, int use_accurate_subpel_search);
vp9_speed_features.h 597 SUBPEL_SEARCH_TYPE use_accurate_subpel_search; member in struct:SPEED_FEATURES
vp9_mcomp.c 375 int h, int use_accurate_subpel_search) {
398 (void)use_accurate_subpel_search;
408 int h, int use_accurate_subpel_search) {
420 (void)use_accurate_subpel_search;
474 int h, int use_accurate_subpel_search) {
476 (void)use_accurate_subpel_search;
536 int h, int use_accurate_subpel_search) {
538 (void)use_accurate_subpel_search;
736 int h, int use_accurate_subpel_search) {
    [all...]
vp9_speed_features.c 282 sf->use_accurate_subpel_search = USE_4_TAPS;
325 sf->use_accurate_subpel_search = USE_2_TAPS;
449 sf->use_accurate_subpel_search = USE_2_TAPS;
    [all...]
vp9_pickmode.c 251 cpi->sf.use_accurate_subpel_search);
    [all...]
vp9_rdopt.c     [all...]

Completed in 174 milliseconds