Searched refs:dummy_dist (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 1790 int64_t dummy_dist = 0; local 1791 update_coeff_general(&accu_rate, &dummy_dist, si, eob, tx_size, tx_class,
|
D | encodeframe.c | 4777 int64_t dummy_dist; in encode_sb_row() local 4788 &dummy_rate, &dummy_dist, 1, pc_root); in encode_sb_row() 4795 &dummy_rate, &dummy_dist, 1, pc_root); in encode_sb_row() 4801 &dummy_rate, &dummy_dist, 1, pc_root); in encode_sb_row()
|
D | rdopt.c | 10551 int64_t dummy_dist; in handle_inter_mode() local 10558 &dummy_dist, &skip_txfm_sb, &skip_sse_sb, plane_rate, plane_sse, in handle_inter_mode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 2734 uint32_t dummy_dist; in vp9_pick_inter_mode_sub8x8() local 2771 x->nmvjointcost, x->mvcost, &dummy_dist, in vp9_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 4227 int64_t dummy_dist; in encode_rd_sb_row() local 4269 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row() 4276 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row() 4281 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row()
|