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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 665 int ratey; local
678 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
679 rate += ratey;
687 *bestratey = ratey;
776 int rate, ratey; local
794 macro_block_yrd(x, &ratey, &distortion);
795 rate = ratey + x->mbmode_cost[xd->frame_type]
805 *rate_y = ratey;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 666 int ratey; local
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
680 rate += ratey;
688 *bestratey = ratey;
777 int rate, ratey; local
795 macro_block_yrd(x, &ratey, &distortion);
796 rate = ratey + x->mbmode_cost[xd->frame_type]
806 *rate_y = ratey;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 666 int ratey; local
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
680 rate += ratey;
688 *bestratey = ratey;
777 int rate, ratey; local
796 macro_block_yrd(x, &ratey, &distortion);
797 rate = ratey + x->mbmode_cost[xd->frame_type]
807 *rate_y = ratey;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 671 int ratey = 0; local
708 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
711 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd)
721 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
726 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd)
734 rate += ratey;
739 *bestratey = ratey;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1077 int ratey = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1077 int ratey = 0; local
    [all...]

Completed in 66 milliseconds