HomeSort by relevance Sort by last modified time
    Searched refs:allow_high_precision_mv (Results 1 - 25 of 28) sorted by null

1 2

  /external/v4l2_codec2/vda/
vp9_compressed_header_parser.h 38 void ReadMvProbs(bool allow_high_precision_mv,
vp9_compressed_header_parser.cc 217 void Vp9CompressedHeaderParser::ReadMvProbs(bool allow_high_precision_mv,
234 if (allow_high_precision_mv) {
280 ReadMvProbs(fhdr->allow_high_precision_mv, &fhdr->frame_context);
vp9_parser.h 226 bool allow_high_precision_mv; member in struct:media::Vp9FrameHeader
vp9_uncompressed_header_parser.cc 1047 fhdr->allow_high_precision_mv = reader_.ReadBool();
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 338 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost,
339 &cm->fc->nmvc, cm->allow_high_precision_mv);
358 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost,
359 &cm->fc->nmvc, cm->allow_high_precision_mv);
vp9_mbgraph.c 62 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
vp9_bitstream.c 246 const int allow_hp = cm->allow_high_precision_mv;
    [all...]
vp9_temporal_filter.c 545 x, ref_mv, &best_ref_mv1, cpi->common.allow_high_precision_mv,
573 x, &blk_mvs[k], &best_ref_mv1, cpi->common.allow_high_precision_mv,
    [all...]
vp9_pickmode.c 247 x, &tmp_mv->as_mv, &ref_mv, cpi->common.allow_high_precision_mv,
    [all...]
vp9_encoder.h 999 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv);
vp9_encoder.c 775 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) {
777 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
778 if (cpi->common.allow_high_precision_mv) {
    [all...]
  /external/libaom/libaom/av1/common/
mvref_common.c 361 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv,
404 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv,
406 lower_mv_precision(&comp_refmv.as_mv, cm->allow_high_precision_mv,
    [all...]
onyxc_int.h 368 int allow_high_precision_mv; member in struct:AV1Common
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 149 int allow_high_precision_mv; member in struct:VP9Common
  /external/libaom/libaom/av1/encoder/
mbgraph.c 61 cpi->common.allow_high_precision_mv, x->errorperbit, &v_fn_ptr, 0,
rd.c 565 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, &cm->fc->nmvc,
566 cm->allow_high_precision_mv);
    [all...]
temporal_filter.c 731 x, &cpi->common, 0, 0, &best_ref_mv1, cpi->common.allow_high_precision_mv,
762 cpi->common.allow_high_precision_mv, x->errorperbit,
    [all...]
tpl_model.c 108 x, cm, mi_row, mi_col, &best_ref_mv1, cpi->common.allow_high_precision_mv,
mcomp.c     [all...]
bitstream.c     [all...]
encodeframe.c     [all...]
encoder.c 303 static void set_high_precision_mv(AV1_COMP *cpi, int allow_high_precision_mv,
306 cpi->common.allow_high_precision_mv =
307 allow_high_precision_mv && cur_frame_force_integer_mv == 0;
309 cpi->common.allow_high_precision_mv && cur_frame_force_integer_mv == 0;
    [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 698 const int allow_hp = cm->allow_high_precision_mv;
vp9_decodeframe.c     [all...]

Completed in 611 milliseconds

1 2