Home
last modified time | relevance | path

Searched refs:is_compound (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c368 int is_compound, int allow_hp, vp9_reader *r) { in assign_mv() argument
376 for (i = 0; i < 1 + is_compound; ++i) { in assign_mv()
385 if (is_compound) in assign_mv()
391 if (is_compound) in assign_mv()
397 if (is_compound) in assign_mv()
432 int inter_mode_ctx, ref, is_compound; in read_inter_block_mode_info() local
435 is_compound = has_second_ref(mbmi); in read_inter_block_mode_info()
437 for (ref = 0; ref < 1 + is_compound; ++ref) { in read_inter_block_mode_info()
458 for (ref = 0; ref < 1 + is_compound; ++ref) { in read_inter_block_mode_info()
481 for (ref = 0; ref < 1 + is_compound; ++ref) in read_inter_block_mode_info()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c148 const int is_compound = has_second_ref(&mi->mbmi); in build_inter_predictors() local
152 for (ref = 0; ref < 1 + is_compound; ++ref) { in build_inter_predictors()
252 const int is_compound = has_second_ref(&mi->mbmi); in dec_build_inter_predictors() local
256 for (ref = 0; ref < 1 + is_compound; ++ref) { in dec_build_inter_predictors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c196 const int is_compound = has_second_ref(mbmi); in write_ref_frames() local
202 assert(!is_compound); in write_ref_frames()
209 vp9_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd)); in write_ref_frames()
211 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE)); in write_ref_frames()
214 if (is_compound) { in write_ref_frames()
241 const int is_compound = has_second_ref(mbmi); in pack_inter_mode_mvs() local
315 for (ref = 0; ref < 1 + is_compound; ++ref) in pack_inter_mode_mvs()
324 for (ref = 0; ref < 1 + is_compound; ++ref) in pack_inter_mode_mvs()
Dvp9_rdopt.c1486 const int is_compound = has_second_ref(mbmi); in labels2mode() local
1495 if (is_compound) { in labels2mode()
1503 if (is_compound) in labels2mode()
1508 if (is_compound) in labels2mode()
1513 if (is_compound) in labels2mode()
1521 if (is_compound) in labels2mode()
1561 const int is_compound = has_second_ref(&mi->mbmi); in encode_inter_mb_segment() local
1564 for (ref = 0; ref < 1 + is_compound; ++ref) { in encode_inter_mb_segment()
Dvp9_encodeframe.c3465 const int is_compound = has_second_ref(mbmi); in encode_superblock() local
3466 for (ref = 0; ref < 1 + is_compound; ++ref) { in encode_superblock()