Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c98 const int seg_qindex = seg->abs_delta == SEGMENT_ABSDATA ? in vp9_get_qindex()
Dvp9_seg_common.h21 #define SEGMENT_ABSDATA 1 macro
Dvp9_loopfilter.c271 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
Dloopfilter.c138 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA) in vp8_loop_filter_frame_init()
/external/libvpx/libvpx/vp8/encoder/
Dquantize.c621 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA) in vp8cx_mb_init_quantizer()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c69 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA) in vp8_mb_init_dequantizer()