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

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

Completed in 152 milliseconds