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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 31 int different_ref_found = 0; local
48 different_ref_found = 1;
65 different_ref_found = 1;
85 if (different_ref_found) {
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 206 int different_ref_found = 0; local
223 different_ref_found = 1;
240 different_ref_found = 1;
260 if (different_ref_found) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 206 int different_ref_found = 0; local
223 different_ref_found = 1;
240 different_ref_found = 1;
260 if (different_ref_found) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 47 int different_ref_found = 0; local
65 different_ref_found = 1;
82 different_ref_found = 1;
92 if (different_ref_found && !refmv_count) {

Completed in 122 milliseconds