Home
last modified time | relevance | path

Searched refs:SEGMENT_ABSDATA (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h21 #define SEGMENT_ABSDATA 1 macro
Dvp9_quant_common.c271 const int seg_qindex = seg->abs_delta == SEGMENT_ABSDATA ? in vp9_get_qindex()
Dvp9_loopfilter.c274 lvl_seg = clamp(seg->abs_delta == SEGMENT_ABSDATA ? in vp9_loop_filter_frame_init()
/external/libvpx/libvpx/vp8/common/
Dblockd.h39 #define SEGMENT_ABSDATA 1 macro
Dvp8_loopfilter.c137 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA) in vp8_loop_filter_frame_init()
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c375 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA) in vp8cx_mb_init_quantizer()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c71 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA) in vp8_mb_init_dequantizer()