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 31 int different_ref_found = 0; local
48 different_ref_found = 1;
65 different_ref_found = 1;
85 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/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 40 int different_ref_found = 0; local
58 different_ref_found = 1;
75 different_ref_found = 1;
85 if (different_ref_found && !refmv_count) {

Completed in 73 milliseconds