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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 576 int best_intra_rd = INT_MAX; local
871 if (this_rd < best_intra_rd) {
872 best_intra_rd = this_rd;
897 if (this_rd < best_intra_rd) {
898 best_intra_rd = this_rd;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 3059 int64_t best_intra_rd = INT64_MAX; local
    [all...]

Completed in 72 milliseconds