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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 393 int has_2nd_order; local
405 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED &&
407 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
418 if (has_2nd_order) {
430 int has_2nd_order; local
446 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED &&
448 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
454 if (has_2nd_order) {
vp8_quantize.c 98 int has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED && local
103 if (has_2nd_order) x->quantize_b(&x->block[24], &x->e_mbd.block[24]);
108 int has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED && local
111 for (i = 0; i < 24 + has_2nd_order; ++i) {

Completed in 80 milliseconds