Searched defs:fact (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3261 // TODO(JBB): This is to make up for the fact that we don't have sad
3689 int *const fact = &cpi->rd_thresh_freq_fact[bsize][mode_index]; local
3692 *fact -= (*fact >> 3);
3694 *fact = MIN(*fact + RD_THRESH_INC,
4407 int *const fact = &cpi->rd_thresh_freq_sub8x8[bsize][mode_index]; local
4410 *fact -= (*fact >> 3);
4412 *fact
[all...]

Completed in 66 milliseconds