Lines Matching refs:eob
406 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_4x4_add_msa() argument
428 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_4x4_add_msa() argument
835 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_8x8_add_msa() argument
862 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_8x8_add_msa() argument
1487 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_16x16_add_msa() argument
1508 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_16x16_add_msa() argument
2066 int16_t *block, int eob) in ff_idct_idct_4x4_add_msa() argument
2068 if (eob > 1) { in ff_idct_idct_4x4_add_msa()
2077 int16_t *block, int eob) in ff_idct_idct_8x8_add_msa() argument
2079 if (eob == 1) { in ff_idct_idct_8x8_add_msa()
2082 else if (eob <= 12) { in ff_idct_idct_8x8_add_msa()
2091 int16_t *block, int eob) in ff_idct_idct_16x16_add_msa() argument
2093 if (eob == 1) { in ff_idct_idct_16x16_add_msa()
2097 else if (eob <= 10) { in ff_idct_idct_16x16_add_msa()
2106 int16_t *block, int eob) in ff_idct_idct_32x32_add_msa() argument
2108 if (eob == 1) { in ff_idct_idct_32x32_add_msa()
2111 else if (eob <= 34) { in ff_idct_idct_32x32_add_msa()
2120 int16_t *block, int eob) in ff_iadst_iadst_4x4_add_msa() argument
2126 int16_t *block, int eob) in ff_iadst_iadst_8x8_add_msa() argument
2132 int16_t *block, int eob) in ff_iadst_iadst_16x16_add_msa() argument
2138 int16_t *block, int eob) in ff_idct_iadst_4x4_add_msa() argument
2140 vp9_idct_iadst_4x4_add_msa(block, dst, stride, eob); in ff_idct_iadst_4x4_add_msa()
2144 int16_t *block, int eob) in ff_idct_iadst_8x8_add_msa() argument
2146 vp9_idct_iadst_8x8_add_msa(block, dst, stride, eob); in ff_idct_iadst_8x8_add_msa()
2150 int16_t *block, int eob) in ff_idct_iadst_16x16_add_msa() argument
2152 vp9_idct_iadst_16x16_add_msa(block, dst, stride, eob); in ff_idct_iadst_16x16_add_msa()
2156 int16_t *block, int eob) in ff_iadst_idct_4x4_add_msa() argument
2158 vp9_iadst_idct_4x4_add_msa(block, dst, stride, eob); in ff_iadst_idct_4x4_add_msa()
2162 int16_t *block, int eob) in ff_iadst_idct_8x8_add_msa() argument
2164 vp9_iadst_idct_8x8_add_msa(block, dst, stride, eob); in ff_iadst_idct_8x8_add_msa()
2168 int16_t *block, int eob) in ff_iadst_idct_16x16_add_msa() argument
2170 vp9_iadst_idct_16x16_add_msa(block, dst, stride, eob); in ff_iadst_idct_16x16_add_msa()