HomeSort by relevance Sort by last modified time
    Searched defs:delta_q (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
set_roi.cc 30 int delta_q[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; local
66 delta_q, delta_lf, threshold);
79 const int transq = internalq_trans[abs(delta_q[i])];
82 << "segment delta_q error";
136 // One delta_q error shown at a time
142 delta_q, rand_deltas, threshold);
152 cpi.common.mb_cols, delta_q, delta_lf, threshold);
157 cpi.common.mb_cols - 1, delta_q, delta_lf, threshold);
  /external/libhevc/common/
ihevc_deblk_edge_filter.c 115 WORD32 delta, delta_p, delta_q; local
258 delta_q = CLIP3((((pu1_src[2] + pu1_src[0] + 1) >> 1)
262 tmp_q1 = CLIP_U8(pu1_src[1] + delta_q);
352 WORD32 delta, delta_p, delta_q; local
517 delta_q = CLIP3((((pu1_src[2 * src_strd] +
522 tmp_q1 = CLIP_U8(pu1_src[1 * src_strd] + delta_q);
  /external/libvpx/libvpx/vpx/
vp8cx.h 653 int delta_q[4]; /**< Quantizer deltas. */ member in struct:vpx_roi_map

Completed in 123 milliseconds