Searched refs:MV_REFERENCE_FRAME (Results 1 - 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/vp8/decoder/
H A Dec_types.h44 MV_REFERENCE_FRAME ref_frame;
H A Ddecodemv.c286 mbmi->ref_frame = (MV_REFERENCE_FRAME)vp8_read(bc, pbi->prob_intra);
304 (MV_REFERENCE_FRAME)((int)(2 + vp8_read(bc, pbi->prob_gf)));
H A Derror_concealment.c410 MV_REFERENCE_FRAME dom_ref_frame) {
H A Ddecodeframe.c561 const MV_REFERENCE_FRAME ref = xd->mode_info_context->mbmi.ref_frame;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c91 const MV_REFERENCE_FRAME vrfa =
93 const MV_REFERENCE_FRAME vrfl =
107 const MV_REFERENCE_FRAME vrfc = l_sg ? vrfa : vrfl;
108 const MV_REFERENCE_FRAME rfs = a_sg ? vrfa : vrfl;
167 const MV_REFERENCE_FRAME above0 = above_mi->ref_frame[0];
168 const MV_REFERENCE_FRAME above1 = above_mi->ref_frame[1];
169 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0];
170 const MV_REFERENCE_FRAME left1 = left_mi->ref_frame[1];
176 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0;
177 const MV_REFERENCE_FRAME crf
[all...]
H A Dvp9_mvref_common.h235 const MV_REFERENCE_FRAME this_ref_frame,
304 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
H A Dvp9_onyxc_int.h67 MV_REFERENCE_FRAME ref_frame[2];
243 MV_REFERENCE_FRAME comp_fixed_ref;
244 MV_REFERENCE_FRAME comp_var_ref[2];
H A Dvp9_blockd.h63 typedef int8_t MV_REFERENCE_FRAME; typedef
83 MV_REFERENCE_FRAME ref_frame[2];
H A Dvp9_mvref_common.c17 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
134 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_context_tree.h66 MV_REFERENCE_FRAME best_reference_frame;
67 MV_REFERENCE_FRAME best_zeromv_reference_frame;
H A Dvp9_denoiser.h54 MV_REFERENCE_FRAME best_ref_frame;
H A Dvp9_encoder.h772 MV_REFERENCE_FRAME ref_frame) {
790 VP9_COMP *cpi, MV_REFERENCE_FRAME ref_frame) {
877 MV_REFERENCE_FRAME ref0,
878 MV_REFERENCE_FRAME ref1) {
H A Dvp9_pickmode.c50 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
851 MV_REFERENCE_FRAME ref_frame,
1042 int thresh_freq_fact_idx, MV_REFERENCE_FRAME ref_frame,
1060 BLOCK_SIZE bsize, MV_REFERENCE_FRAME ref_frame, THR_MODES best_mode_idx,
1153 MV_REFERENCE_FRAME ref_frame;
1187 VP9_COMP *cpi, MACROBLOCK *x, MV_REFERENCE_FRAME ref_frame,
1294 MV_REFERENCE_FRAME best_ref_frame, INTERP_FILTER best_pred_filter,
1427 MV_REFERENCE_FRAME ref_frame, best_ref_frame = LAST_FRAME;
1428 MV_REFERENCE_FRAME usable_ref_frame;
2277 MV_REFERENCE_FRAME ref_fram
[all...]
H A Dvp9_denoiser.c197 MV_REFERENCE_FRAME frame;
H A Dvp9_rdopt.c59 MV_REFERENCE_FRAME ref_frame[2];
62 typedef struct { MV_REFERENCE_FRAME ref_frame[2]; } REF_DEFINITION;
1674 const MV_REFERENCE_FRAME ref_frames[2]) {
1925 const MV_REFERENCE_FRAME frame = mi->ref_frame[ref];
2285 MV_REFERENCE_FRAME ref_frame,
2883 MV_REFERENCE_FRAME ref_frame,
3013 MV_REFERENCE_FRAME ref_frame, second_ref_frame;
3252 MV_REFERENCE_FRAME rf = NONE;
3332 const MV_REFERENCE_FRAME ref_frames[2] = { ref_frame, second_ref_frame };
3572 const MV_REFERENCE_FRAME ref
[all...]
H A Dvp9_bitstream.c1109 MV_REFERENCE_FRAME ref_frame;
1226 MV_REFERENCE_FRAME ref_frame;
H A Dvp9_speed_features.c404 MV_REFERENCE_FRAME ref_frame;
H A Dvp9_encodeframe.c780 MV_REFERENCE_FRAME ref_frame_partition,
1064 MV_REFERENCE_FRAME ref_frame_partition = LAST_FRAME;
1793 const MV_REFERENCE_FRAME ref0 = mi->ref_frame[0];
3456 static MV_REFERENCE_FRAME get_frame_type(const VP9_COMP *cpi) {
4655 const MV_REFERENCE_FRAME frame_type = get_frame_type(cpi);
H A Dvp9_encoder.c2545 MV_REFERENCE_FRAME ref_frame = NONE;
3010 MV_REFERENCE_FRAME ref_frame;
4113 MV_REFERENCE_FRAME ref;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h128 MV_REFERENCE_FRAME best_reference_frame;
129 MV_REFERENCE_FRAME best_zeromv_reference_frame;
H A Ddenoising.c487 MV_REFERENCE_FRAME frame = x->best_reference_frame;
488 MV_REFERENCE_FRAME zero_frame = x->best_zeromv_reference_frame;
H A Donyx_int.h678 MV_REFERENCE_FRAME closest_reference_frame;
H A Dbitstream.c461 const MV_REFERENCE_FRAME rf = mi->ref_frame;
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h136 } MV_REFERENCE_FRAME; typedef in typeref:enum:__anon11937
162 MV_REFERENCE_FRAME ref_frame;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c305 MV_REFERENCE_FRAME ref_frame[2]) {
310 ref_frame[0] = (MV_REFERENCE_FRAME)get_segdata(&cm->seg, segment_id,
500 PREDICTION_MODE mode, MV_REFERENCE_FRAME ref_frame,
750 const MV_REFERENCE_FRAME frame = mi->ref_frame[ref];
828 static INLINE void copy_ref_frame_pair(MV_REFERENCE_FRAME *dst,
829 const MV_REFERENCE_FRAME *src) {

Completed in 1427 milliseconds

12