Home
last modified time | relevance | path

Searched refs:TplDepStats (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtpl_model.c122 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()
Dencoder.h153 typedef struct TplDepStats { struct
161 } TplDepStats; argument
165 TplDepStats *tpl_stats_ptr;
Dencodeframe.c4295 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/
Dvp9_encoder.h284 typedef struct TplDepStats { struct
303 } TplDepStats; typedef
311 TplDepStats *tpl_stats_ptr;
Dvp9_mcomp.h124 struct TplDepStats;
Dvp9_encoder.c5682 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 …]
Dvp9_encodeframe.c3593 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()
Dvp9_mcomp.c1895 const TplDepStats *tpl_ptr = in vp9_prepare_nb_full_mvs()