Searched refs:cost_coeffs (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) in cost_coeffs() function 566 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC, in vp8_rdcost_mby() 569 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2, in vp8_rdcost_mby() 679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ); in rd_pick_intra4x4block() 832 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV, in rd_cost_mbuv() 1043 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC, in rdcost_mbsegment_y()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 552 static INLINE int cost_coeffs(MACROBLOCK *x, in cost_coeffs() function 655 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx, in rate_block() 1114 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block() 1127 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block() 1595 thisrate += cost_coeffs(x, 0, k, ta + (k & 1), tl + (k >> 1), TX_4X4, in encode_inter_mb_segment()
|