Searched refs:f_code (Results 1 – 13 of 13) sorted by relevance
218 picture->f_code[0][0] = picture_info->f_code[0][0] - 1; in vlVdpDecoderRenderMpeg12()219 picture->f_code[0][1] = picture_info->f_code[0][1] - 1; in vlVdpDecoderRenderMpeg12()220 picture->f_code[1][0] = picture_info->f_code[1][0] - 1; in vlVdpDecoderRenderMpeg12()221 picture->f_code[1][1] = picture_info->f_code[1][1] - 1; in vlVdpDecoderRenderMpeg12()
632 int r_size = bs->desc->f_code[s][t]; in motion_vector()670 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()671 mb->PMV[0][s][1] = wrap(DIV2DOWN(mb->PMV[0][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()675 mb->PMV[1][s][0] = wrap(mb->PMV[1][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()676 mb->PMV[1][s][1] = wrap(DIV2DOWN(mb->PMV[1][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()680 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()681 mb->PMV[0][s][1] = wrap(mb->PMV[0][s][1] + delta[1], bs->desc->f_code[s][1]); in motion_vector_frame()
25 file_name = frame.f_code.co_filename26 function_name = frame.f_code.co_name
171 if tb.tb_frame.f_code in internal_code:241 function = tb.tb_frame.f_code.co_name
21 this_functions_name = sys._getframe().f_code.co_name
131 unsigned f_code[2][2]; member
64 filename = frame.f_code.co_filename
133 code = frame[0].f_code
325 self.c[(f.f_code.co_filename, f.f_lineno)] = 1327 c[(f.f_code.co_filename, f.f_lineno)] = 1
109 co = f.f_code
113 if (frame->f_code->co_filename == NULL) { in _CalledFromGeneratedFile()118 if (PyString_AsStringAndSize(frame->f_code->co_filename, in _CalledFromGeneratedFile()
859 code = frame[0].f_code
1405 orig = sys._getframe(1).f_code