Home | History | Annotate | Download | only in mips

Lines Matching refs:y_q4

1104   int y_q4 = y0_q4;
1109 const uint8_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
1110 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
1112 if (y_q4 & SUBPEL_MASK) {
1119 y_q4 += y_step_q4;
1128 int y_q4 = y0_q4;
1133 const uint8_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
1134 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
1136 if (y_q4 & SUBPEL_MASK) {
1143 y_q4 += y_step_q4;
1152 int y_q4 = y0_q4;
1156 const uint8_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
1157 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
1159 if (y_q4 & SUBPEL_MASK) {
1168 y_q4 += y_step_q4;