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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 520 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
565 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
568 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
678 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
830 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1037 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
566 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
569 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
831 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1038 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
566 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
569 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
832 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1043 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 269 /* The trailing '0' is a terminator which is used inside cost_coeffs() to
280 static INLINE int cost_coeffs(MACROBLOCK *x, function
383 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx,
708 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
721 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 541 /* The trailing '0' is a terminator which is used inside cost_coeffs() to
552 static INLINE int cost_coeffs(MACROBLOCK *x, function
655 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 541 /* The trailing '0' is a terminator which is used inside cost_coeffs() to
552 static INLINE int cost_coeffs(MACROBLOCK *x, function
655 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx,
    [all...]

Completed in 711 milliseconds