Lines Matching defs:height
26 int32_t height)
32 for (ht_cnt = (height >> 2); ht_cnt--;) {
48 int32_t height)
54 for (ht_cnt = (height >> 2); ht_cnt--;) {
75 int32_t height)
82 for (ht_cnt = (height >> 3); ht_cnt--;) {
117 int32_t height)
124 for (ht_cnt = (height >> 3); ht_cnt--;) {
155 int32_t height)
162 for (ht_cnt = (height >> 3); ht_cnt--;) {
193 int32_t height)
200 for (ht_cnt = (height >> 3); ht_cnt--;) {
231 int32_t height)
240 for (ht_cnt = (height >> 2); ht_cnt--;) {
287 int32_t height)
296 for (ht_cnt = (height >> 3); ht_cnt--;) {
408 int32_t height)
418 for (ht_cnt = (height >> 2); ht_cnt--;) {
436 int32_t height)
444 for (ht_cnt = (height >> 2); ht_cnt--;) {
463 int32_t height)
470 for (ht_cnt = (height >> 2); ht_cnt--;) {
591 ptrdiff_t stride, int height)
593 return sad_16width_msa(src, stride, ref, stride, height);
597 ptrdiff_t stride, int height)
599 return sad_8width_msa(src, stride, ref, stride, height);
639 ptrdiff_t stride, int height)
641 return sse_16width_msa(src, stride, ref, stride, height);
645 ptrdiff_t stride, int height)
647 return sse_8width_msa(src, stride, ref, stride, height);
651 ptrdiff_t stride, int height)
653 return sse_4width_msa(src, stride, ref, stride, height);