HomeSort by relevance Sort by last modified time
    Searched full:different_ref_found (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 23 int different_ref_found = 0; local
44 different_ref_found = 1;
63 different_ref_found = 1;
84 if (different_ref_found) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 500 int different_ref_found = 0; local
522 different_ref_found = 1;
544 different_ref_found = 1;
565 if (different_ref_found) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 58 int different_ref_found = 0; local
75 different_ref_found = 1;
93 different_ref_found = 1;
103 if (different_ref_found && !refmv_count) {
    [all...]

Completed in 200 milliseconds