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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 465 static int evaluate_inter_mode(unsigned int *sse, int rate2, int *distortion2,
486 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
578 int rate2; local
834 rate2 = 0;
844 rate2 += frame_cost;
865 rate2 += rate;
868 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
892 rate2 += x->mbmode_cost[x->e_mbd.frame_type]
894 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
    [all...]
rdopt.c 49 int rate2; member in struct:rate_distortion_struct
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 3342 int rate2 = 0, rate_y = 0, rate_uv = 0; local
3853 int rate2 = 0; local
4015 int rate2 = 0, rate_y = 0, rate_uv = 0; local
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 11598 int rate2 = 0; local
12777 int rate2 = 0, rate_y = 0, rate_uv = 0; local
13339 int rate2 = 0; local
13718 int rate2 = 0; local
    [all...]

Completed in 536 milliseconds