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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 945 B_PREDICTION_MODE this_mode,
982 switch (m = this_mode)
1104 B_PREDICTION_MODE this_mode; local
1159 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1174 if (this_mode == NEW4X4)
1762 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1838 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1913 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1947 MB_PREDICTION_MODE this_mode; local
    [all...]
pickinter.c 487 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
500 if((this_mode != NEWMV) ||
509 if(this_mode == ZEROMV)
580 MB_PREDICTION_MODE this_mode; local
777 this_mode = vp8_mode_order[mode_index];
779 x->e_mbd.mode_info_context->mbmi.mode = this_mode;
792 if (this_mode != ZEROMV ||
797 switch (this_mode)
    [all...]

Completed in 675 milliseconds