Searched refs:p_w (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacsbr_mips.c | 70 float *p_w = (float*)&W[buf_idx][0][0][0]; in sbr_lf_gen_mips() local 100 "lw %[temp0], 0(%[p_w]) \n\t" in sbr_lf_gen_mips() 101 "lw %[temp1], 4(%[p_w]) \n\t" in sbr_lf_gen_mips() 102 "lw %[temp2], 256(%[p_w]) \n\t" in sbr_lf_gen_mips() 103 "lw %[temp3], 260(%[p_w]) \n\t" in sbr_lf_gen_mips() 104 "lw %[temp4], 512(%[p_w]) \n\t" in sbr_lf_gen_mips() 105 "lw %[temp5], 516(%[p_w]) \n\t" in sbr_lf_gen_mips() 106 "lw %[temp6], 768(%[p_w]) \n\t" in sbr_lf_gen_mips() 107 "lw %[temp7], 772(%[p_w]) \n\t" in sbr_lf_gen_mips() 117 PTR_ADDIU "%[p_w], in sbr_lf_gen_mips() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 1513 int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; in smptebars_fill_picture() local 1521 p_w = FFALIGN(r_w * 5 / 4, 1 << pixdesc->log2_chroma_w); in smptebars_fill_picture() 1530 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture() 1531 x += p_w; in smptebars_fill_picture() 1532 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture() 1533 x += p_w; in smptebars_fill_picture() 1534 draw_bar(test, q_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture() 1535 x += p_w; in smptebars_fill_picture()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 3023 int p_w, p_h; in vulkan_export_to_cuda() local 3097 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i); in vulkan_export_to_cuda() 3098 tex_desc.arrayDesc.Width = p_w; in vulkan_export_to_cuda() 3210 int p_w, p_h; in vulkan_transfer_data_from_cuda() local 3211 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i); in vulkan_transfer_data_from_cuda() 3213 cpy.WidthInBytes = p_w * desc->comp[i].step; in vulkan_transfer_data_from_cuda() 3778 int p_w, p_h; in transfer_image_buf() local 3779 get_plane_wh(&p_w, &p_h, pix_fmt, w, h, i); in transfer_image_buf() 3782 buf_reg.imageExtent = (VkExtent3D){ p_w, p_h, 1, }; in transfer_image_buf() 3829 int p_w, p_ in vulkan_transfer_data() local [all...] |
Completed in 10 milliseconds