Searched refs:psse (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 634 int64_t *psse, in choose_tx_size_from_rd() argument 721 *psse = sse[mbmi->tx_size]; in choose_tx_size_from_rd() 726 int64_t *psse, BLOCK_SIZE bs, in super_block_yrd() argument 730 int64_t *ret_sse = psse ? psse : &sse; in super_block_yrd() 1724 int *skippable, int64_t *psse, in rd_pick_best_sub8x8_mode() argument 2096 *psse = bsi->sse; in rd_pick_best_sub8x8_mode() 2395 int64_t *psse, in handle_inter_mode() argument 2716 super_block_yrd(cpi, x, rate_y, &distortion_y, &skippable_y, psse, in handle_inter_mode() 2730 rdcosty = VPXMIN(rdcosty, RDCOST(x->rdmult, x->rddiv, 0, *psse)); in handle_inter_mode() 2740 *psse += sseuv; in handle_inter_mode()
|