/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 346 /* The trailing '0' is a terminator which is used inside cost_coeffs() to 357 static int cost_coeffs(MACROBLOCK *x, function 483 return cost_coeffs(args->x, plane, block, args->t_above + x_idx, 837 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, 854 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 522 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function 567 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC, 570 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2, 680 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ); 832 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV, 1045 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...] |
/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...] |