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

  /external/libvpx/vp8/common/
blockd.h 96 MB_LVL_ALT_Q = 0, // Use alternate Quantizer ....
  /external/libvpx/vp8/encoder/
onyx_if.c 275 // Valid range for abs values is (0-127 for MB_LVL_ALT_Q) , (0-63 for SEGMENT_ALT_LF)
276 // Valid range for delta values are (+/-127 for MB_LVL_ALT_Q) , (+/-63 for SEGMENT_ALT_LF)
327 feature_data[MB_LVL_ALT_Q][0] = 0;
328 feature_data[MB_LVL_ALT_Q][1] = 4;
329 feature_data[MB_LVL_ALT_Q][2] = 0;
330 feature_data[MB_LVL_ALT_Q][3] = 0;
420 feature_data[MB_LVL_ALT_Q][0] = 0;
421 feature_data[MB_LVL_ALT_Q][1] = (cpi->cyclic_refresh_q - Q);
422 feature_data[MB_LVL_ALT_Q][2] = 0;
423 feature_data[MB_LVL_ALT_Q][3] = 0
    [all...]
encodeframe.c 308 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
312 QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 79 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
84 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];

Completed in 30 milliseconds