HomeSort by relevance Sort by last modified time
    Searched defs:num00 (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 581 int num00; local
991 &d->bmi.mv, step_param, sadpb, &num00,
997 n = num00;
998 num00 = 0;
1004 if (num00)
1005 num00--;
1012 sadpb, &num00,
    [all...]
firstpass.c 443 int num00; local
466 x->sadperbit16, &num00, &v_fn_ptr,
479 n = num00;
480 num00 = 0;
486 if (num00)
487 num00--;
492 &num00, &v_fn_ptr, x->mvcost,
    [all...]
rdopt.c 1178 int num00; local
1949 int num00; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 781 int search_param, int sad_per_bit, int *num00,
799 *num00 = 11;
1003 int thissme, n, num00 = 0; local
    [all...]
vp9_firstpass.c 309 int num00, tmp_err, n; local
326 x->sadperbit16, &num00, &v_fn_ptr, ref_mv);
338 n = num00;
339 num00 = 0;
344 if (num00) {
345 --num00;
349 &num00, &v_fn_ptr, ref_mv);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 583 int num00; local
987 &d->bmi.mv, step_param, sadpb, &num00,
993 n = num00;
994 num00 = 0;
1000 if (num00)
1001 num00--;
1008 sadpb, &num00,
    [all...]
firstpass.c 443 int num00; local
466 x->sadperbit16, &num00, &v_fn_ptr,
479 n = num00;
480 num00 = 0;
486 if (num00)
487 num00--;
492 &num00, &v_fn_ptr, x->mvcost,
    [all...]
rdopt.c 1184 int num00; local
1954 int num00; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 1248 int thissme, n, num00 = 0; local
    [all...]
vp9_firstpass.c 396 int num00, tmp_err, n, sr = 0; local
418 x->sadperbit16, &num00, &v_fn_ptr,
433 n = num00;
434 num00 = 0;
439 if (num00) {
440 --num00;
444 &num00, &v_fn_ptr,
    [all...]

Completed in 111 milliseconds