Searched refs:TplDepStats (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 122 TplDepStats *tpl_stats) { in mode_estimation() 283 static void tpl_model_update_b(TplDepFrame *tpl_frame, TplDepStats *tpl_stats, in tpl_model_update_b() 286 TplDepStats *ref_stats = ref_tpl_frame->tpl_stats_ptr; in tpl_model_update_b() 324 TplDepStats *des_stats = in tpl_model_update_b() 336 static void tpl_model_update(TplDepFrame *tpl_frame, TplDepStats *tpl_stats, in tpl_model_update() 344 TplDepStats *tpl_ptr = in tpl_model_update() 352 static void tpl_model_store(TplDepStats *tpl_stats, int mi_row, int mi_col, in tpl_model_store() 354 const TplDepStats *src_stats) { in tpl_model_store() 362 TplDepStats *tpl_ptr; in tpl_model_store() 447 TplDepStats tpl_stats; in mc_flow_dispenser()
|
D | encoder.h | 153 typedef struct TplDepStats { struct 161 } TplDepStats; argument 165 TplDepStats *tpl_stats_ptr;
|
D | encodeframe.c | 4295 TplDepStats *tpl_stats = tpl_frame->tpl_stats_ptr; in get_rdmult_delta() 4314 TplDepStats *this_stats = &tpl_stats[row * tpl_stride + col]; in get_rdmult_delta() 5438 TplDepStats *tpl_stats = tpl_frame->tpl_stats_ptr; in encode_frame_internal() 5447 TplDepStats *this_stats = &tpl_stats[row * tpl_stride + col]; in encode_frame_internal()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 284 typedef struct TplDepStats { struct 303 } TplDepStats; typedef 311 TplDepStats *tpl_stats_ptr;
|
D | vp9_mcomp.h | 124 struct TplDepStats;
|
D | vp9_encoder.c | 5682 static void tpl_model_store(TplDepStats *tpl_stats, int mi_row, int mi_col, 5686 const TplDepStats *src_stats = &tpl_stats[mi_row * stride + mi_col]; 5691 TplDepStats *tpl_ptr = &tpl_stats[(mi_row + idy) * stride + mi_col + idx]; 5702 static void tpl_model_update_b(TplDepFrame *tpl_frame, TplDepStats *tpl_stats, 5705 TplDepStats *ref_stats = ref_tpl_frame->tpl_stats_ptr; 5743 TplDepStats *des_stats = 5758 static void tpl_model_update(TplDepFrame *tpl_frame, TplDepStats *tpl_stats, 5766 TplDepStats *tpl_ptr = 5895 TplDepStats *tpl_stats = 6048 TplDepStats *tpl_stats = [all …]
|
D | vp9_encodeframe.c | 3593 TplDepStats *tpl_stats = tpl_frame->tpl_stats_ptr; in get_rdmult_delta() 3613 TplDepStats *this_stats = &tpl_stats[row * tpl_stride + col]; in get_rdmult_delta() 5744 TplDepStats *tpl_stats = tpl_frame->tpl_stats_ptr; in encode_frame_internal() 5753 TplDepStats *this_stats = &tpl_stats[row * tpl_stride + col]; in encode_frame_internal()
|
D | vp9_mcomp.c | 1895 const TplDepStats *tpl_ptr = in vp9_prepare_nb_full_mvs()
|