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

  /external/srec/config/en.us/
run-chmod.sh 5 chmod 777 ./run-change-sample-rate2.sh
  /external/libvpx/vp8/encoder/
rdopt.c 1409 int rate2, distortion2; local
    [all...]
pickinter.c 444 int rate2; local
584 rate2 = 0;
597 rate2 += frame_cost;
623 rate2 += rate;
632 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
654 rate2 += x->mbmode_cost[x->e_mbd.frame_type][x->e_mbd.mode_info_context->mbmi.mode];
655 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
773 rate2 += vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv1, cpi->mb.mvcost, 128);
791 rate2 += vp8_cost_mv_ref(this_mode, mdcounts);
799 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2)
    [all...]
encodeframe.c 1107 int rate2, distortion2; local
    [all...]
  /external/srec/tests/
Android.mk 81 ../config/en.us/run-change-sample-rate2.sh \

Completed in 2323 milliseconds