/external/libhevc/decoder/ |
ihevcd_itrans_recon_dc.c | 95 WORD32 dc_value, quant_out; local 104 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); 107 dc_value = CLIP_S16((dc_value * 64 + add) >> shift); 111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value)); 125 WORD32 dc_value, quant_out; local 135 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); 138 dc_value = CLIP_S16((dc_value * 64 + add) >> shift); 142 pu1_dst[row * dst_strd + (col << 1)] = CLIP_U8((pu1_pred[row * pred_strd + (col << 1)] + dc_value)); [all...] |
ihevcd_parse_headers.c | 954 WORD32 value, dc_value = 0; local [all...] |
/external/libhevc/decoder/x86/ |
ihevcd_it_rec_dc_ssse3_intr.c | 74 WORD32 dc_value, quant_out; local 85 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); 88 dc_value = CLIP_S16((dc_value * 64 + add) >> shift); 91 m_temp_reg_20 = _mm_set1_epi16(dc_value); 212 WORD32 dc_value, quant_out; local 227 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); 230 dc_value = CLIP_S16((dc_value * 64 + add) >> shift); 233 m_temp_reg_20 = _mm_set1_epi16(dc_value); [all...] |
ihevcd_it_rec_dc_sse42_intr.c | 72 WORD32 dc_value, quant_out; local 84 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); 87 dc_value = CLIP_S16((dc_value * 64 + add) >> shift); 90 m_temp_reg_20 = _mm_set1_epi16(dc_value); 212 WORD32 dc_value, quant_out; local 227 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); 230 dc_value = CLIP_S16((dc_value * 64 + add) >> shift); 233 m_temp_reg_20 = _mm_set1_epi16(dc_value); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 159 __m128i dc_value; local 167 dc_value = _mm_set1_epi16(a); 169 RECON_AND_STORE4X4(dest, dc_value); 170 RECON_AND_STORE4X4(dest, dc_value); 171 RECON_AND_STORE4X4(dest, dc_value); 172 RECON_AND_STORE4X4(dest, dc_value); 610 __m128i dc_value; local 618 dc_value = _mm_set1_epi16(a); 620 RECON_AND_STORE(dest, dc_value); 621 RECON_AND_STORE(dest, dc_value); 1545 __m128i dc_value; local 4113 __m128i dc_value; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_sse2.c | 157 __m128i dc_value; local 165 dc_value = _mm_set1_epi16(a); 167 RECON_AND_STORE4X4(dest + 0 * stride, dc_value); 168 RECON_AND_STORE4X4(dest + 1 * stride, dc_value); 169 RECON_AND_STORE4X4(dest + 2 * stride, dc_value); 170 RECON_AND_STORE4X4(dest + 3 * stride, dc_value); 526 __m128i dc_value; local 534 dc_value = _mm_set1_epi16(a); 536 RECON_AND_STORE(dest + 0 * stride, dc_value); 537 RECON_AND_STORE(dest + 1 * stride, dc_value); 1304 __m128i dc_value; local 3475 __m128i dc_value; local [all...] |
/external/libhevc/decoder/arm/ |
ihevcd_itrans_recon_dc_chroma.s | 76 @ r6 has the dc_value
|
ihevcd_itrans_recon_dc_luma.s | 77 @ r6 has the dc_value
|
/external/libhevc/decoder/arm64/ |
ihevcd_itrans_recon_dc_chroma.s | 101 // x6 has the dc_value
|
ihevcd_itrans_recon_dc_luma.s | 100 // x6 has the dc_value
|