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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1750 int this_rate, sum_rate = 0, best_rate = INT_MAX; local
    [all...]
vp9_rdopt.c 1216 int this_rate, this_rate_tokenonly, s; local
1329 int this_rate_tokenonly, this_rate, s; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 887 int this_rate; local
910 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
914 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
920 r = this_rate;
    [all...]

Completed in 2638 milliseconds