HomeSort by relevance Sort by last modified time
    Searched refs:MV_REFERENCE_FRAME (Results 1 - 18 of 18) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 47 MV_REFERENCE_FRAME ref_frame;
decodemv.c 342 mbmi->ref_frame = (MV_REFERENCE_FRAME) vp8_read(bc, pbi->prob_intra);
361 (MV_REFERENCE_FRAME)((int)(2 + vp8_read(bc, pbi->prob_gf)));
error_concealment.c 499 MV_REFERENCE_FRAME dom_ref_frame)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.h 21 MV_REFERENCE_FRAME ref_frame;
22 MV_REFERENCE_FRAME second_ref_frame;
26 MV_REFERENCE_FRAME ref_frame;
27 MV_REFERENCE_FRAME second_ref_frame;
vp9_onyx_int.h 670 static int get_ref_frame_idx(VP9_COMP *cpi, MV_REFERENCE_FRAME ref_frame) {
681 MV_REFERENCE_FRAME ref_frame) {
vp9_rdopt.c     [all...]
vp9_bitstream.c 383 const MV_REFERENCE_FRAME rf = mi->ref_frame[0];
    [all...]
vp9_encodeframe.c 463 const MV_REFERENCE_FRAME rf1 = mbmi->ref_frame[0];
464 const MV_REFERENCE_FRAME rf2 = mbmi->ref_frame[1];
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 20 MV_REFERENCE_FRAME ref_frame,
28 MV_REFERENCE_FRAME ref_frame,
vp9_pred_common.c 166 MV_REFERENCE_FRAME vrfa = a_sg ? above_mbmi->ref_frame[0]
168 MV_REFERENCE_FRAME vrfl = l_sg ? left_mbmi->ref_frame[0]
182 MV_REFERENCE_FRAME vrfc = l_sg ? vrfa : vrfl;
183 MV_REFERENCE_FRAME rfs = a_sg ? vrfa : vrfl;
249 const MV_REFERENCE_FRAME rfs = !has_second_ref(above_mbmi) ?
251 const MV_REFERENCE_FRAME crf1 = has_second_ref(above_mbmi) ?
253 const MV_REFERENCE_FRAME crf2 = has_second_ref(above_mbmi) ?
335 const MV_REFERENCE_FRAME rfs = !has_second_ref(above_mbmi) ?
337 const MV_REFERENCE_FRAME crf1 = has_second_ref(above_mbmi) ?
339 const MV_REFERENCE_FRAME crf2 = has_second_ref(above_mbmi)
    [all...]
vp9_mvref_common.c 133 const MV_REFERENCE_FRAME this_ref_frame,
187 MV_REFERENCE_FRAME ref_frame,
vp9_onyxc_int.h 191 MV_REFERENCE_FRAME comp_fixed_ref;
192 MV_REFERENCE_FRAME comp_var_ref[2];
vp9_blockd.h 104 } MV_REFERENCE_FRAME;
124 MV_REFERENCE_FRAME ref_frame[2];
  /external/libvpx/libvpx/vp8/encoder/
block.h 128 MV_REFERENCE_FRAME best_reference_frame;
129 MV_REFERENCE_FRAME best_zeromv_reference_frame;
denoising.c 196 MV_REFERENCE_FRAME frame = x->best_reference_frame;
197 MV_REFERENCE_FRAME zero_frame = x->best_zeromv_reference_frame;
bitstream.c 569 const MV_REFERENCE_FRAME rf = mi->ref_frame;
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 149 } MV_REFERENCE_FRAME;
175 MV_REFERENCE_FRAME ref_frame;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 274 int segment_id, MV_REFERENCE_FRAME ref_frame[2]) {
430 MV_REFERENCE_FRAME ref0;
463 const MV_REFERENCE_FRAME ref1 = mbmi->ref_frame[1];

Completed in 105 milliseconds