Home
last modified time | relevance | path

Searched refs:ssz (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_error_sse2.asm16 ; int64_t *ssz)
19 cglobal block_error, 3, 3, 8, uqc, dqc, size, ssz
21 pxor m6, m6 ; ssz accumulator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl703 …p9_block_error/, "const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c527 intptr_t block_size, int64_t *ssz) { in vp9_block_error_c() argument
537 *ssz = sqcoeff; in vp9_block_error_c()
1584 int64_t ssz, rd, rd1, rd2; in encode_inter_mb_segment() local
1593 16, &ssz); in encode_inter_mb_segment()
1594 thissse += ssz; in encode_inter_mb_segment()