Searched refs:spv (Results 1 – 3 of 3) sorted by relevance
786 const unsigned int spv = DEFAULT_PHASE; in resizer_calc_ratios() local802 min_height = ((input->height - 7) * 256 - 32 - 64 * spv) / 1024 + 1; in resizer_calc_ratios()804 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1; in resizer_calc_ratios()808 ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) in resizer_calc_ratios()811 ratio->vert = ((input->height - 7) * 256 + 255 - 32 - 64 * spv) in resizer_calc_ratios()818 + 32 * spv + 16; in resizer_calc_ratios()822 + 64 * spv + 32; in resizer_calc_ratios()1188 const unsigned int spv = DEFAULT_PHASE; in resizer_try_crop() local1197 ((32 * spv + (source->height - 1) * 64 + 16) >> 8) + 4; in resizer_try_crop()1201 ((64 * spv + (source->height - 1) * 1024 + 32) >> 8) + 7; in resizer_try_crop()
83 pc->para.spv = 0; in l3_1tr6_setup_req()87 pc->para.spv = 1; in l3_1tr6_setup_req()111 if (pc->para.spv) { /* SPV ? */ in l3_1tr6_setup_req()206 pc->para.spv = 0; in l3_1tr6_setup()209 pc->para.spv = 1; in l3_1tr6_setup()481 if (pc->para.spv) { /* SPV ? */ in l3_1tr6_setup_rsp()
313 int spv; /* SPV Flag */ member