Searched refs:best_dqcoeff (Results 1 – 2 of 2) sorted by relevance
539 DECLARE_ALIGNED(16, short, best_dqcoeff[16]); in rd_pick_intra4x4block()577 memcpy(best_dqcoeff, b->dqcoeff, 32); in rd_pick_intra4x4block()582 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride); in rd_pick_intra4x4block()
2107 tran_low_t *best_dqcoeff = this_dqcoeff; in search_tx_type() local2316 tran_low_t *const tmp_dqcoeff = best_dqcoeff; in search_tx_type()2317 best_dqcoeff = pd->dqcoeff; in search_tx_type()2387 pd->dqcoeff = best_dqcoeff; in search_tx_type()