Searched refs:qdiff (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_mfqe.c | 152 static void get_thr(BLOCK_SIZE bs, int qdiff, int *sad_thr, int *vdiff_thr) { argument 153 const int adj = qdiff >> MFQE_PRECISION; 161 *vdiff_thr = 125 + qdiff; 167 int uvd_stride, int qdiff) { 171 get_thr(bs, qdiff, &sad_thr, &vdiff_thr); 224 const int qdiff = cm->base_qindex - cm->postproc_state.last_base_qindex; local 259 yd, ud, vd, yd_stride, uvd_stride, qdiff); 263 vd + uv_offset, yd_stride, uvd_stride, qdiff); 270 vd + uv_offset * uvd_stride, yd_stride, uvd_stride, qdiff); 278 yd_stride, uvd_stride, qdiff); 164 mfqe_block(BLOCK_SIZE bs, const uint8_t *y, const uint8_t *u, const uint8_t *v, int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, int uvd_stride, int qdiff) argument [all...] |
/external/libvpx/libvpx/vp8/common/ |
H A D | mfqe.c | 142 int qdiff = qcurr - qprev; local 189 /* thr = qdiff/16 + log2(act) + log4(qprev) */ 190 thr = (qdiff >> 4); 213 ifactor >>= (qdiff >> 5);
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_ratectrl.c | 584 const int qdiff = high_motion_minq[q] - low_motion_minq[q]; local 585 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap;
|
Completed in 4513 milliseconds