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

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 212 sf->adaptive_rd_thresh = 1;
265 sf->adaptive_rd_thresh = 2;
339 sf->adaptive_rd_thresh = 3;
362 sf->adaptive_rd_thresh = 4;
431 sf->adaptive_rd_thresh = 1;
466 sf->adaptive_rd_thresh = 2;
517 sf->adaptive_rd_thresh = 4;
530 sf->adaptive_rd_thresh = 5;
585 sf->adaptive_rd_thresh = 2;
667 sf->adaptive_rd_thresh = 4
    [all...]
vp9_speed_features.h 278 int adaptive_rd_thresh; member in struct:SPEED_FEATURES
280 // Flag to use adaptive_rd_thresh when row-mt it enabled, only for non-rd
vp9_rd.c 652 if (sf->adaptive_rd_thresh) {
vp9_pickmode.c     [all...]
vp9_rdopt.c     [all...]
  /external/libaom/libaom/av1/encoder/
speed_features.c 281 sf->adaptive_rd_thresh = 1;
313 sf->adaptive_rd_thresh = 2;
371 sf->adaptive_rd_thresh = 4;
503 sf->adaptive_rd_thresh = 1;
533 sf->adaptive_rd_thresh = 2;
569 sf->adaptive_rd_thresh = 4;
671 sf->adaptive_rd_thresh = 0;
    [all...]
speed_features.h 315 int adaptive_rd_thresh; member in struct:SPEED_FEATURES
rd.c     [all...]
rdopt.c     [all...]

Completed in 216 milliseconds