Searched refs:dummy_dist (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 1885 int64_t dummy_dist = 0; local 1886 update_coeff_general(&accu_rate, &dummy_dist, si, eob, tx_size, tx_class,
|
D | encodeframe.c | 4730 int64_t dummy_dist; in encode_rd_sb() local 4743 &dummy_rate, &dummy_dist, 1, pc_root); in encode_rd_sb() 4752 &dummy_rate, &dummy_dist, 1, pc_root); in encode_rd_sb() 4759 &dummy_rate, &dummy_dist, 1, pc_root); in encode_rd_sb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 2864 uint32_t dummy_dist; in vp9_pick_inter_mode_sub8x8() local 2901 x->nmvjointcost, x->mvcost, &dummy_dist, in vp9_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 4418 int64_t dummy_dist; in encode_rd_sb_row() local 4465 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row() 4472 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row() 4477 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row()
|