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

  /external/libvpx/vp8/encoder/
rdopt.c 681 int ratey; local
689 ratey = cost_coeffs(x, b, 3, &tempa, &templ);
690 rate += ratey;
698 *bestratey = ratey;
764 int rate, ratey; local
781 ratey = vp8_rdcost_mby(x);
783 rate += ratey;
794 *rate_y = ratey;
    [all...]

Completed in 79 milliseconds