Searched refs:COMPUTE_PULLBACK (Results 1 – 3 of 3) sorted by relevance
167 #define COMPUTE_PULLBACK(s) (VC1_MB_SIZE*((s+15)/VC1_MB_SIZE)*4 - 4) /* 8.4.5.8 */ macro
920 ctx->pull_back_x = COMPUTE_PULLBACK(pic_params->coded_width); in psb__VC1_process_picture_param()921 ctx->pull_back_y = COMPUTE_PULLBACK(pic_params->coded_height); in psb__VC1_process_picture_param()
905 ctx->pull_back_x = COMPUTE_PULLBACK(pic_params->coded_width); in psb__VC1_process_picture_param()906 ctx->pull_back_y = COMPUTE_PULLBACK(pic_params->coded_height); in psb__VC1_process_picture_param()