Searched refs:RD (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm43 %define RD [rsp]
45 %define RD [GLOBAL(rd)]
131 paddusw mm3, RD ; mm3 += round value
227 paddusw mm3, RD ; mm3 += round value
262 %undef RD
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h181 int RD; member in struct:__anon1088
H A Dencodeframe.c348 /* Apply the masking to the RD multiplier. */
1153 /* Apply the masking to the RD multiplier. */
1170 if (cpi->sf.RD && cpi->compressor_speed != 2)
1235 if (cpi->sf.RD)
1279 /* Experimental RD code */
H A Donyx_if.c768 sf->RD = 1;
899 sf->RD = 0; /* Turn rd off */
932 sf->RD = 0;
1758 /* Experimental RD Code */
1998 /* Set starting values of RD threshold multipliers (128 = *1) */
2100 /* setup RD costs to MACROBLOCK struct */
2940 if ((cpi->compressor_speed == 2) && (cpi->Speed >= 5) && (cpi->sf.RD == 0))
3469 /* Reset the RD threshold multipliers to default of * 1 (128) */

Completed in 5643 milliseconds